Searched refs:perf_event (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open.h | 12 #include <linux/perf_event.h>
|
H A D | perf_event_open01.c | 42 #include <linux/perf_event.h> 106 tst_brkm(TCONF, NULL, "Kernel doesn't have perf_event support"); in setup()
|
/third_party/ffmpeg/libavutil/ |
H A D | timer.h | 38 # include <linux/perf_event.h>
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 26 # include <linux/perf_event.h>
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 53 [include/uapi/linux/perf_event.h]=include/uapi/linux/perf_event.h \
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 133 #include <linux/perf_event.h> 436 tst_brk(TCONF, "Kernel doesn't have perf_event support"); in setup()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.h | 33 #include <linux/perf_event.h>
|
/third_party/libbpf/src/ |
H A D | bpf.h | 387 } perf_event; member
|
H A D | bpf.c | 757 attr.link_create.perf_event.bpf_cookie = OPTS_GET(opts, perf_event.bpf_cookie, 0); in bpf_link_create() 758 if (!OPTS_ZEROED(opts, perf_event)) in bpf_link_create()
|
H A D | libbpf.c | 35 #include <linux/perf_event.h> 126 [BPF_PERF_EVENT] = "perf_event", 145 [BPF_LINK_TYPE_PERF_EVENT] = "perf_event", 198 [BPF_PROG_TYPE_PERF_EVENT] = "perf_event", 5229 /* use invalid perf_event FD to get EBADF, if link is supported; 9278 SEC_DEF("perf_event", PERF_EVENT, 0, SEC_NONE), 10597 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); 10602 pr_warn("prog '%s': failed to create BPF link for perf_event FD %d: %d (%s)\n", 10617 pr_warn("prog '%s': failed to attach to perf_event FD %d: %s\n", 10628 pr_warn("prog '%s': failed to enable perf_event F [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1320 /* Share perf_event among processes */ 1626 } perf_event; member 5165 * - perf_event. 6590 } perf_event; member
|
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 287 CGROUP_CTRL_MEMBER(perf_event, CTRL_PERFEVENT),
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 119 #include <linux/perf_event.h>
|
/third_party/ffmpeg/ |
H A D | configure | 6308 check_headers linux/perf_event.h
|
/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 29 #include <linux/perf_event.h>
|
Completed in 49 milliseconds