Searched refs:perf_event__synthesize_id_sample (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | synthetic-events.h | 78 int perf_event__synthesize_id_sample(__u64 *array, u64 type, const struct perf_sample *sample);
|
D | synthetic-events.c | 1782 int perf_event__synthesize_id_sample(__u64 *array, u64 type, const struct perf_sample *sample) in perf_event__synthesize_id_sample() function 2258 ret = perf_event__synthesize_id_sample(array, evsel->core.attr.sample_type, sample); in perf_event__synthesize_build_id() 2315 ret = perf_event__synthesize_id_sample(array, evsel->core.attr.sample_type, sample); in perf_event__synthesize_mmap2_build_id()
|
/linux-6.12.1/tools/perf/ |
D | builtin-inject.c | 1635 ret = perf_event__synthesize_id_sample(array, evsel->core.attr.sample_type, sample); in evlist__append_id_sample()
|
D | builtin-record.c | 1929 id_hdr_size = perf_event__synthesize_id_sample((void *)(lost + 1), in __record__save_lost_samples()
|