Searched refs:PERF_SAMPLE_RAW (Results 1 – 15 of 15) sorted by relevance
16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW | \
377 if (sample_type & PERF_SAMPLE_RAW) { in off_cpu_write()
423 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()583 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()1266 evsel->core.attr.sample_type & PERF_SAMPLE_RAW; in evsel__is_offcpu_event()3139 if (type & PERF_SAMPLE_RAW) { in evsel__parse_sample()
1506 if (type & PERF_SAMPLE_RAW) { in perf_event__sample_event_size()1702 if (type & PERF_SAMPLE_RAW) { in perf_event__synthesize_sample()
4068 attr.sample_type |= PERF_SAMPLE_RAW; in intel_pt_synth_events()
162 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F()224 pe.sample_type = PERF_SAMPLE_RAW; in TEST_F()
38 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
109 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */110 const void *raw_data; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */
107 if (type & PERF_SAMPLE_RAW) { in samples_same()
20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
153 PERF_SAMPLE_RAW = 1U << 10, enumerator
404 attr.sample_type = PERF_SAMPLE_RAW; in perfbuf_libbpf_setup()
13423 attr.sample_type = PERF_SAMPLE_RAW; in perf_buffer__new()
Completed in 62 milliseconds