Searched refs:perf_event (Results 1 - 25 of 487) sorted by path

1234567891011>>

/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c11 #include <linux/perf_event.h>
36 static struct perf_event *events[PMU_NR_COUNTERS];
117 static void l2x0_pmu_event_read(struct perf_event *event)
133 static void l2x0_pmu_event_configure(struct perf_event *event)
160 struct perf_event *event = events[i];
186 static void l2x0_pmu_event_start(struct perf_event *event, int flags)
212 static void l2x0_pmu_event_stop(struct perf_event *event, int flags)
229 static int l2x0_pmu_event_add(struct perf_event *event, int flags)
259 static void l2x0_pmu_event_del(struct perf_event *event, int flags)
272 static bool l2x0_pmu_group_is_valid(struct perf_event *even
[all...]
/linux-master/arch/mips/kernel/
H A Dperf_event.c14 #include <linux/perf_event.h>
/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h10 #include <linux/perf_event.h>
/linux-master/arch/powerpc/perf/
H A Dhv-common.h5 #include <linux/perf_event.h>
41 static u64 event_get_##name(struct perf_event *event) \
/linux-master/arch/sh/include/asm/
H A Dptrace.h120 struct perf_event;
123 extern void ptrace_triggered(struct perf_event *bp,
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c11 #include <linux/perf_event.h>
/linux-master/arch/sh/kernel/cpu/sh4a/
H A DMakefile52 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
H A Dperf_event.c11 #include <linux/perf_event.h>
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c23 #include <linux/perf_event.h>
H A Dvisemul.c9 #include <linux/perf_event.h>
/linux-master/arch/sparc/math-emu/
H A Dmath_64.c15 #include <linux/perf_event.h>
/linux-master/arch/x86/events/intel/
H A Dknc.c4 #include <linux/perf_event.h>
9 #include "../perf_event.h"
177 knc_pmu_disable_event(struct perf_event *event)
188 static void knc_pmu_enable_event(struct perf_event *event)
243 struct perf_event *event = cpuc->events[bit];
H A Dp6.c2 #include <linux/perf_event.h>
5 #include "../perf_event.h"
159 p6_pmu_disable_event(struct perf_event *event)
167 static void p6_pmu_enable_event(struct perf_event *event)
/linux-master/tools/perf/util/
H A Dintel-bts.h26 union perf_event;
31 int intel_bts_process_auxtrace_info(union perf_event *event,
H A Ds390-cpumsf.h12 union perf_event;
19 int s390_cpumsf_process_auxtrace_info(union perf_event *event,
/linux-master/arch/alpha/kernel/
H A DMakefile19 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
H A Dirq_alpha.c14 #include <asm/perf_event.h>
H A Dperf_event.c13 #include <linux/perf_event.h>
41 struct perf_event *event[MAX_HWEVENTS];
86 int (*check_constraints)(struct perf_event **, unsigned long *, int);
152 static int ev67_check_constraints(struct perf_event **event,
252 static int alpha_perf_event_set_period(struct perf_event *event,
307 static unsigned long alpha_perf_event_update(struct perf_event *event,
340 static int collect_events(struct perf_event *group, int max_count,
341 struct perf_event *event[], unsigned long *evtype,
344 struct perf_event *pe;
371 static int alpha_check_constraints(struct perf_event **event
[all...]
/linux-master/arch/alpha/mm/
H A Dfault.c28 #include <linux/perf_event.h>
/linux-master/arch/arc/kernel/
H A DMakefile21 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
H A Dperf_event.c12 #include <linux/perf_event.h>
216 struct perf_event *act_counter[ARC_PERF_MAX_COUNTERS];
280 static void arc_perf_event_update(struct perf_event *event,
296 static void arc_pmu_read(struct perf_event *event)
329 static int arc_pmu_event_init(struct perf_event *event)
405 static int arc_pmu_event_set_period(struct perf_event *event)
451 static void arc_pmu_start(struct perf_event *event, int flags)
476 static void arc_pmu_stop(struct perf_event *event, int flags)
509 static void arc_pmu_del(struct perf_event *event, int flags)
522 static int arc_pmu_add(struct perf_event *even
[all...]
H A Dunaligned.c11 #include <linux/perf_event.h>
/linux-master/arch/arc/mm/
H A Dfault.c14 #include <linux/perf_event.h>
/linux-master/arch/arm/include/asm/
H A Dhw_breakpoint.h119 struct perf_event;
125 extern int hw_breakpoint_arch_parse(struct perf_event *bp,
135 int arch_install_hw_breakpoint(struct perf_event *bp);
136 void arch_uninstall_hw_breakpoint(struct perf_event *bp);
137 void hw_breakpoint_pmu_read(struct perf_event *bp);
H A Dprocessor.h27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS];

Completed in 310 milliseconds

1234567891011>>