Searched refs:perf_event (Results 101 - 125 of 487) sorted by path

1234567891011>>

/linux-master/arch/powerpc/perf/
H A Dmpc7450-pmu.c8 #include <linux/perf_event.h>
261 struct perf_event *pevents[],
H A Dperf_regs.c10 #include <linux/perf_event.h>
H A Dpower10-pmu.c109 static int power10_check_attr_config(struct perf_event *ev)
570 struct perf_event *pevents[], u32 flags)
H A Dpower5+-pmu.c8 #include <linux/perf_event.h>
454 struct perf_event *pevents[],
H A Dpower5-pmu.c8 #include <linux/perf_event.h>
385 struct perf_event *pevents[],
H A Dpower6-pmu.c8 #include <linux/perf_event.h>
176 unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[],
H A Dpower7-pmu.c8 #include <linux/perf_event.h>
248 struct perf_event *pevents[],
H A Dpower9-pmu.c154 static int power9_check_attr_config(struct perf_event *ev)
H A Dppc970-pmu.c8 #include <linux/perf_event.h>
259 struct perf_event *pevents[],
/linux-master/arch/powerpc/perf/req-gen/
H A Dperf.h5 #include <linux/perf_event.h>
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c22 #include <linux/perf_event.h>
369 static int papr_scm_pmu_get_value(struct perf_event *event, struct device *dev, u64 *count)
408 static int papr_scm_pmu_event_init(struct perf_event *event)
439 static int papr_scm_pmu_add(struct perf_event *event, int flags)
459 static void papr_scm_pmu_read(struct perf_event *event)
476 static void papr_scm_pmu_del(struct perf_event *event, int flags)
/linux-master/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h32 struct perf_event *perf_event; member in struct:kvm_pmc
H A Dperf_event.h11 #include <linux/perf_event.h>
/linux-master/arch/riscv/kernel/
H A Dperf_callchain.c4 #include <linux/perf_event.h>
H A Dperf_regs.c6 #include <linux/perf_event.h>
H A Dtraps_misaligned.c9 #include <linux/perf_event.h>
/linux-master/arch/riscv/kvm/
H A Dvcpu_pmu.c79 if (pmc->perf_event) {
80 perf_event_disable(pmc->perf_event);
81 perf_event_release_kernel(pmc->perf_event);
82 pmc->perf_event = NULL;
212 } else if (pmc->perf_event) {
213 pmc->counter_val += perf_event_read_value(pmc->perf_event, &enabled, &running);
235 struct perf_event *event;
256 pmc->perf_event = event;
258 perf_event_enable(pmc->perf_event);
375 } else if (pmc->perf_event) {
[all...]
/linux-master/arch/riscv/mm/
H A Dfault.c13 #include <linux/perf_event.h>
/linux-master/arch/s390/include/asm/
H A Dperf_event.h13 #include <linux/perf_event.h>
/linux-master/arch/s390/kernel/
H A DMakefile76 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
H A Dperf_cpum_cf.c19 #include <linux/perf_event.h>
704 static void hw_perf_event_destroy(struct perf_event *event)
736 static int __hw_perf_event_init(struct perf_event *event, unsigned int type)
836 static int cpumf_pmu_event_type(struct perf_event *event)
848 static int cpumf_pmu_event_init(struct perf_event *event)
867 static int hw_perf_event_reset(struct perf_event *event)
890 static void hw_perf_event_update(struct perf_event *event)
907 static void cpumf_pmu_read(struct perf_event *event)
915 static void cpumf_pmu_start(struct perf_event *event, int flags)
956 static int cfdiag_push_sample(struct perf_event *even
[all...]
H A Dperf_cpum_cf_events.c8 #include <linux/perf_event.h>
H A Dperf_cpum_sf.c13 #include <linux/perf_event.h>
95 struct perf_event *event; /* Scheduled perf event */
644 static void hw_perf_event_destroy(struct perf_event *event)
669 static u32 cpumsf_pid_type(struct perf_event *event,
699 static void cpumsf_output_event_pid(struct perf_event *event,
780 static int __hw_perf_event_init_rate(struct perf_event *event,
807 static int __hw_perf_event_init(struct perf_event *event)
923 static bool is_callchain_event(struct perf_event *event)
931 static int cpumsf_pmu_event_init(struct perf_event *event)
1086 static int perf_exclude_event(struct perf_event *even
[all...]
H A Dperf_event.c12 #include <linux/perf_event.h>
H A Dperf_pai_crypto.c18 #include <linux/perf_event.h>
40 struct perf_event *event; /* Perf event for sampling */
87 static void paicrypt_event_destroy(struct perf_event *event)
124 static u64 paicrypt_getdata(struct perf_event *event, bool kernel)
147 static u64 paicrypt_getall(struct perf_event *event)
173 static struct paicrypt_map *paicrypt_busy(struct perf_event *event)
259 static int paicrypt_event_init(struct perf_event *event)
312 static void paicrypt_read(struct perf_event *event)
324 static void paicrypt_start(struct perf_event *event, int flags)
339 static int paicrypt_add(struct perf_event *even
[all...]

Completed in 341 milliseconds

1234567891011>>