Searched refs:perf_event (Results 226 - 250 of 487) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c11 #include <linux/perf_event.h>
220 struct perf_event *events[255];
1222 static int add_event_to_24x7_request(struct perf_event *event,
1285 static int get_count_from_result(struct perf_event *event,
1352 static int single_24x7_request(struct perf_event *event, u64 *count)
1385 static int h_24x7_event_init(struct perf_event *event)
1451 static u64 h_24x7_get_value(struct perf_event *event)
1462 static void update_event_count(struct perf_event *event, u64 now)
1470 static void h_24x7_event_read(struct perf_event *event)
1517 static void h_24x7_event_start(struct perf_event *even
[all...]
H A Dcallchain_64.c9 #include <linux/perf_event.h>
/linux-master/tools/perf/util/
H A Darm-spe.c88 union perf_event *event_buf;
297 union perf_event *event,
318 static int arm_spe__inject_event(union perf_event *event, struct perf_sample *sample, u64 type)
327 union perf_event *event,
350 union perf_event *event = speq->event_buf;
370 union perf_event *event = speq->event_buf;
388 union perf_event *event = speq->event_buf;
880 static int arm_spe_context_switch(struct arm_spe *spe, union perf_event *event,
900 union perf_event *event,
949 union perf_event *even
[all...]
H A Devlist.h71 union perf_event *event,
223 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample);
224 int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp);
394 struct evsel *evlist__event2evsel(struct evlist *evlist, union perf_event *event);
H A Dsample.h5 #include <linux/perf_event.h>
H A Dmem-events.h10 #include <linux/perf_event.h>
H A Dintel-pt.c8 #include <linux/perf_event.h>
189 union perf_event *event_buf;
278 static void intel_pt_log_event(union perf_event *event)
1684 union perf_event *event,
1710 union perf_event *event,
1727 static int intel_pt_inject_event(union perf_event *event,
1735 union perf_event *event,
1745 union perf_event *event,
1764 union perf_event *event = ptq->event_buf;
1813 union perf_event *even
[all...]
/linux-master/arch/x86/include/asm/
H A Dperf_event.h504 extern int forward_event_to_ibs(struct perf_event *event);
507 static inline int forward_event_to_ibs(struct perf_event *event) { return -ENOENT; }
565 extern int x86_perf_rdpmc_index(struct perf_event *event);
/linux-master/drivers/fpga/
H A Ddfl-fme-perf.c19 #include <linux/perf_event.h>
786 static void fme_perf_event_destroy(struct perf_event *event)
795 static int fme_perf_event_init(struct perf_event *event)
842 static void fme_perf_event_update(struct perf_event *event)
856 static void fme_perf_event_start(struct perf_event *event, int flags)
867 static void fme_perf_event_stop(struct perf_event *event, int flags)
872 static int fme_perf_event_add(struct perf_event *event, int flags)
880 static void fme_perf_event_del(struct perf_event *event, int flags)
885 static void fme_perf_event_read(struct perf_event *event)
/linux-master/tools/perf/tests/
H A Dopenat-syscall-tp-fields.c94 union perf_event *event;
H A Ddlfilter-test.c11 #include <linux/perf_event.h>
65 static int process(struct perf_tool *tool, union perf_event *event,
176 union perf_event *event = (union perf_event *)buf;
H A Dtask-exit.c45 union perf_event *event;
H A Dsw-clock.c35 union perf_event *event;
H A Dkeep-tracking.c35 union perf_event *event;
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c19 #include "../perf_event.h"
301 static void zhaoxin_pmu_disable_event(struct perf_event *event)
338 static void zhaoxin_pmu_enable_event(struct perf_event *event)
387 struct perf_event *event = cpuc->events[bit];
423 struct perf_event *event)
/linux-master/arch/arm64/kernel/
H A Dperf_callchain.c7 #include <linux/perf_event.h>
/linux-master/tools/perf/bench/
H A Dinject-buildid.c139 union perf_event event;
157 union perf_event event;
175 union perf_event event;
221 union perf_event event;
/linux-master/samples/bpf/
H A Doffwaketime_user.c8 #include <linux/perf_event.h>
H A Dsyscall_tp_user.c9 #include <linux/perf_event.h>
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h9 #include <linux/perf_event.h>
36 * perf sample event information (as per perf script and <linux/perf_event.h>)
40 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
41 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
50 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
51 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
56 __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in <linux/perf_event.h> */
57 __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in <linux/perf_event.h> */
58 __u64 data_page_size; /* Refer PERF_SAMPLE_DATA_PAGE_SIZE in <linux/perf_event.h> */
59 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event
[all...]
/linux-master/arch/hexagon/mm/
H A Dvm_fault.c22 #include <linux/perf_event.h>
/linux-master/arch/sh/kernel/
H A DMakefile48 obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_callchain.o
/linux-master/include/linux/
H A Dcoresight.h13 #include <linux/perf_event.h>
333 struct perf_event *event, void **pages,
366 int (*enable)(struct coresight_device *csdev, struct perf_event *event,
369 struct perf_event *event);
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c575 static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event)
583 static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event)
591 static u64 snbep_uncore_pci_read_counter(struct intel_uncore_box *box, struct perf_event *event)
637 static void snbep_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
649 struct perf_event *event)
929 static void snbep_cbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
946 __snbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event,
1009 snbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
1014 static int snbep_cbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
1058 static u64 snbep_pcu_alter_er(struct perf_event *even
[all...]
/linux-master/arch/sh/kernel/cpu/sh4a/
H A DMakefile52 obj-$(CONFIG_PERF_EVENTS) += perf_event.o

Completed in 234 milliseconds

1234567891011>>