Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_RAW (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c33 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
H A Dtp_attach_query.c32 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c95 attr.sample_type = PERF_SAMPLE_RAW; in main()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dibs.c647 if (event->attr.sample_type & PERF_SAMPLE_RAW) in perf_ibs_handle_irq()
665 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
695 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in perf_ibs_handle_irq()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmap_perf_ring.c121 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c261 !(attr->sample_type & (PERF_SAMPLE_CPU | PERF_SAMPLE_RAW))) { in cf_diag_event_init()
502 if (event->attr.sample_type & PERF_SAMPLE_RAW) { in cf_diag_push_sample()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c92 if (type & PERF_SAMPLE_RAW) { in samples_same()
H A Dparse-events.c18 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_event_perf.c76 if (!(p_event->attr.sample_type & PERF_SAMPLE_RAW)) in perf_trace_event_perm()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c409 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dbpf_load.c97 attr.sample_type = PERF_SAMPLE_RAW; in load_and_attach()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.c271 evsel->core.attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
451 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
2243 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
H A Dsynthetic-events.c1357 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()
1518 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
H A Dintel-pt.c3075 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c6903 if (sample_type & PERF_SAMPLE_RAW) { in perf_output_sample()
7117 if (sample_type & PERF_SAMPLE_RAW) { in perf_prepare_sample()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c10084 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()