Searched refs:perf_event (Results 401 - 425 of 490) sorted by relevance

<<11121314151617181920

/linux-master/kernel/
H A Dnsproxy.c28 #include <linux/perf_event.h>
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h23 #include <linux/perf_event.h>
/linux-master/drivers/perf/arm_cspmu/
H A Dnvidia_cspmu.c236 static u32 nv_cspmu_event_filter(const struct perf_event *event)
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c37 #include <asm/perf_event.h>
/linux-master/arch/sh/math-emu/
H A Dmath.c15 #include <linux/perf_event.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c13 #include <linux/perf_event.h>
/linux-master/tools/lib/bpf/
H A Dbpf.h402 } perf_event; member in union:bpf_link_create_opts::__anon3629
H A Dbpf.c764 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0);
765 if (!OPTS_ZEROED(opts, perf_event))
/linux-master/arch/arm/mm/
H A Dfault.c19 #include <linux/perf_event.h>
/linux-master/arch/powerpc/mm/
H A Dfault.c30 #include <linux/perf_event.h>
/linux-master/kernel/trace/
H A Dtrace_probe.h20 #include <linux/perf_event.h>
/linux-master/tools/perf/
H A Dbuiltin-record.c612 union perf_event *event,
623 union perf_event *event,
709 union perf_event *event, void *data1,
1420 union perf_event *event,
2152 static int record__process_signal_event(union perf_event *event __maybe_unused, void *data)
2569 union perf_event *event;
3262 static int build_id__process_mmap(struct perf_tool *tool, union perf_event *event,
3274 static int build_id__process_mmap2(struct perf_tool *tool, union perf_event *event,
3288 union perf_event *event __maybe_unused,
H A Dbuiltin-annotate.c283 union perf_event *event,
315 union perf_event *event)
H A Dbuiltin-stat.c223 union perf_event *event,
2279 union perf_event *event)
2303 union perf_event *event)
2352 union perf_event *event)
2371 union perf_event *event)
H A Dbuiltin-kvm.c1170 union perf_event *event __maybe_unused,
1191 union perf_event *event,
1271 union perf_event *event;
/linux-master/tools/perf/util/
H A Devlist.c694 static int evlist__event2id(struct evlist *evlist, union perf_event *event, u64 *id)
714 struct evsel *evlist__event2evsel(struct evlist *evlist, union perf_event *event)
1549 int evlist__parse_sample(struct evlist *evlist, union perf_event *event, struct perf_sample *sample)
1570 int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp)
H A Ddata-convert-json.c150 union perf_event *event __maybe_unused,
H A Dperf_event_attr_fprintf.c8 #include <linux/perf_event.h>
H A Dbuild-id.c46 union perf_event *event,
71 union perf_event *event,
H A Devsel.c16 #include <linux/perf_event.h>
2184 const union perf_event *event,
2260 perf_event__check_size(union perf_event *event, unsigned int sample_size)
2350 int evsel__parse_sample(struct evsel *evsel, union perf_event *event,
2706 int evsel__parse_sample_timestamp(struct evsel *evsel, union perf_event *event,
3012 "more perf_event access control information and adjusting the policy.\n");
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c27 #include <linux/perf_event.h>
376 struct perf_event *event, void **pages,
/linux-master/drivers/iommu/intel/
H A Diommu.h24 #include <linux/perf_event.h>
689 struct perf_event *event_list[IOMMU_PMU_IDX_MAX];
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1510 static void python_process_event(union perf_event *event,
1533 static void python_process_throttle(union perf_event *event,
1564 static void python_do_process_switch(union perf_event *event,
1604 static void python_process_switch(union perf_event *event,
1617 union perf_event *event)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h23 #include <linux/perf_event.h>
509 * the associated perf_event. This value includes counter updates from
510 * the perf_event and emulated_count since the last time the counter
514 * The count is relative to the associated perf_event so that KVM
515 * doesn't need to reprogram the perf_event every time the guest writes
525 struct perf_event *perf_event; member in struct:kvm_pmc
528 * only for creating or reusing perf_event,
/linux-master/arch/sparc/math-emu/
H A Dmath_64.c15 #include <linux/perf_event.h>

Completed in 405 milliseconds

<<11121314151617181920