Searched refs:bench_sample_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 35 static u64 bench_sample_type; variable 149 event.attr.attr.sample_type = bench_sample_type; in synthesize_attr() 230 event.header.size = perf_event__sample_event_size(&sample, bench_sample_type, 0); in synthesize_sample() 232 perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample); in synthesize_sample() 455 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops() 456 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 36 static u64 bench_sample_type; variable 150 event.attr.attr.sample_type = bench_sample_type; in synthesize_attr() 231 event.header.size = perf_event__sample_event_size(&sample, bench_sample_type, 0); in synthesize_sample() 233 perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample); in synthesize_sample() 456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops() 457 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
Completed in 3 milliseconds