Searched refs:perf_event (Results 301 - 325 of 490) sorted by relevance

<<11121314151617181920

/linux-master/arch/x86/events/intel/
H A Duncore_snb.c257 static void snb_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
267 static void snb_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event)
861 static void snb_uncore_imc_enable_event(struct intel_uncore_box *box, struct perf_event *event)
864 static void snb_uncore_imc_disable_event(struct intel_uncore_box *box, struct perf_event *event)
871 static int snb_uncore_imc_event_init(struct perf_event *event)
959 static int snb_uncore_imc_hw_config(struct intel_uncore_box *box, struct perf_event *event)
992 static u64 snb_uncore_imc_read_counter(struct intel_uncore_box *box, struct perf_event *event)
1288 static void nhm_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h114 struct perf_event *hbp_break[ARM_MAX_BRP];
115 struct perf_event *hbp_watch[ARM_MAX_WRP];
/linux-master/tools/perf/
H A Dbuiltin-script.c2403 union perf_event *event,
2489 static int process_attr(struct perf_tool *tool, union perf_event *event,
2556 union perf_event *event,
2591 static int print_event(struct perf_tool *tool, union perf_event *event,
2599 union perf_event *event,
2611 union perf_event *event,
2623 union perf_event *event,
2635 union perf_event *event,
2647 union perf_event *event,
2660 union perf_event *even
[all...]
H A Dbuiltin-mem.c192 union perf_event *event,
266 union perf_event *event,
/linux-master/tools/perf/util/
H A Dcs-etm.c88 union perf_event *event_buf;
321 union perf_event *event)
1339 static int cs_etm__inject_event(union perf_event *event,
1482 union perf_event *event = tidq->event_buf;
1534 union perf_event *event = tidq->event_buf;
1604 union perf_event *event,
2678 union perf_event *event)
2703 union perf_event *event)
2741 union perf_event *event,
2812 union perf_event *even
[all...]
H A Dauxtrace.c16 #include <linux/perf_event.h>
411 union perf_event *event, off_t data_offset,
433 union perf_event *event;
886 union perf_event *event, off_t file_offset)
1101 union perf_event *event, u64 offset,
1247 union perf_event *ev;
1309 union perf_event *event)
1350 union perf_event *event)
1694 size_t perf_event__fprintf_auxtrace_error(union perf_event *event, FILE *fp)
1725 union perf_event *even
[all...]
H A Ds390-cpumsf.c515 union perf_event event;
890 union perf_event event;
913 union perf_event *event,
962 union perf_event *event __maybe_unused,
1118 int s390_cpumsf_process_auxtrace_info(union perf_event *event,
H A Dmachine.c561 int machine__process_comm_event(struct machine *machine, union perf_event *event,
588 union perf_event *event,
619 union perf_event *event,
635 union perf_event *event, struct perf_sample *sample __maybe_unused)
643 union perf_event *event, struct perf_sample *sample)
651 union perf_event *event)
659 union perf_event *event)
667 union perf_event *event)
675 union perf_event *event)
683 union perf_event *even
[all...]
/linux-master/drivers/perf/
H A Dxgene_pmu.c19 #include <linux/perf_event.h>
98 struct perf_event *pmu_counter_event[PMU_MAX_COUNTERS];
876 static int xgene_perf_event_init(struct perf_event *event)
880 struct perf_event *sibling;
933 static void xgene_perf_enable_event(struct perf_event *event)
949 static void xgene_perf_disable_event(struct perf_event *event)
958 static void xgene_perf_event_set_period(struct perf_event *event)
976 static void xgene_perf_event_update(struct perf_event *event)
996 static void xgene_perf_read(struct perf_event *event)
1001 static void xgene_perf_start(struct perf_event *even
[all...]
H A Darm-cmn.c16 #include <linux/perf_event.h>
315 struct perf_event *counters[CMN_DT_NUM_COUNTERS];
316 struct perf_event *cycles;
604 static struct arm_cmn_hw_event *to_cmn_hw(struct perf_event *event)
1339 static int arm_cmn_wp_idx(struct perf_event *event)
1344 static u32 arm_cmn_wp_config(struct perf_event *event)
1429 static void arm_cmn_init_counter(struct perf_event *event)
1444 static void arm_cmn_event_read(struct perf_event *event)
1510 static void arm_cmn_event_start(struct perf_event *event, int flags)
1541 static void arm_cmn_event_stop(struct perf_event *even
[all...]
/linux-master/kernel/trace/
H A Dtrace_uprobe.c1227 struct perf_event *event;
1239 struct perf_event *event)
1245 struct perf_event *event)
1266 struct perf_event *event)
1294 struct perf_event *event)
1318 struct perf_event *event)
1445 int bpf_get_uprobe_info(const struct perf_event *event, u32 *fd_type,
/linux-master/include/linux/
H A Dsecurity.h2201 struct perf_event;
2205 extern int security_perf_event_alloc(struct perf_event *event);
2206 extern void security_perf_event_free(struct perf_event *event);
2207 extern int security_perf_event_read(struct perf_event *event);
2208 extern int security_perf_event_write(struct perf_event *event);
2216 static inline int security_perf_event_alloc(struct perf_event *event)
2221 static inline void security_perf_event_free(struct perf_event *event)
2225 static inline int security_perf_event_read(struct perf_event *event)
2230 static inline int security_perf_event_write(struct perf_event *event)
H A Dlsm_hook_defs.h443 LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
444 LSM_HOOK(void, LSM_RET_VOID, perf_event_free, struct perf_event *event)
445 LSM_HOOK(int, 0, perf_event_read, struct perf_event *event)
446 LSM_HOOK(int, 0, perf_event_write, struct perf_event *event)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-core.c30 #include <linux/perf_event.h>
308 struct perf_event *event)
484 struct perf_event *event)
555 static int etm_enable(struct coresight_device *csdev, struct perf_event *event,
670 struct perf_event *event)
H A Dcoresight-etm4x-core.c30 #include <linux/perf_event.h>
65 struct perf_event *event);
640 struct perf_event *event)
755 struct perf_event *event)
839 static int etm4_enable(struct coresight_device *csdev, struct perf_event *event,
932 struct perf_event *event)
1001 struct perf_event *event)
1543 struct perf_event *event)
/linux-master/kernel/bpf/
H A Dstackmap.c9 #include <linux/perf_event.h>
334 struct perf_event *event = ctx->event;
512 struct perf_event *event = ctx->event;
/linux-master/arch/mips/kernel/
H A Dpm-cps.c239 unsigned perf_counter, perf_event; local
249 perf_event = 51;
276 uasm_i_addiu(pp, GPR_T0, GPR_ZERO, (perf_event << 5) | 0xf);
/linux-master/drivers/powercap/
H A Dintel_rapl_common.c19 #include <linux/perf_event.h>
1599 static struct rapl_package_pmu_data *event_to_pmu_data(struct perf_event *event)
1608 static u64 event_read_counter(struct perf_event *event)
1627 static void __rapl_pmu_event_start(struct perf_event *event)
1644 static void rapl_pmu_event_start(struct perf_event *event, int mode)
1654 static u64 rapl_event_update(struct perf_event *event)
1692 static void rapl_pmu_event_stop(struct perf_event *event, int mode)
1725 static int rapl_pmu_event_add(struct perf_event *event, int mode)
1743 static void rapl_pmu_event_del(struct perf_event *event, int flags)
1767 static int rapl_pmu_event_init(struct perf_event *even
[all...]
/linux-master/tools/perf/tests/
H A Dcode-reading.c386 union perf_event *event, struct state *state)
409 union perf_event *event, struct state *state)
434 union perf_event *event;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c23 #include <linux/perf_event.h>
330 static int papr_scm_pmu_get_value(struct perf_event *event, struct device *dev, u64 *count)
369 static int papr_scm_pmu_event_init(struct perf_event *event)
400 static int papr_scm_pmu_add(struct perf_event *event, int flags)
420 static void papr_scm_pmu_read(struct perf_event *event)
437 static void papr_scm_pmu_del(struct perf_event *event, int flags)
/linux-master/arch/powerpc/perf/
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[],
/linux-master/arch/sh/kernel/
H A Dptrace_32.c61 void ptrace_triggered(struct perf_event *bp,
78 struct perf_event *bp;
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_ddrc_pmu.c167 static int hisi_ddrc_pmu_v1_get_event_idx(struct perf_event *event)
183 static int hisi_ddrc_pmu_v2_get_event_idx(struct perf_event *event)
/linux-master/arch/x86/include/asm/
H A Dprocessor.h434 struct perf_event;
465 struct perf_event *ptrace_bps[HBP_NUM];

Completed in 486 milliseconds

<<11121314151617181920