Home
last modified time | relevance | path

Searched refs:buildid_mmap2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h46 buildid_mmap2, member
H A Dsynthetic-events.c529 if (symbol_conf.buildid_mmap2) in perf_event__synthesize_mmap_events()
687 if (symbol_conf.buildid_mmap2) { in perf_event__synthesize_modules_maps_cb()
731 size_t size = symbol_conf.buildid_mmap2 in perf_event__synthesize_modules()
1121 size_t size = symbol_conf.buildid_mmap2 ? in __perf_event__synthesize_kernel_mmap()
1156 if (symbol_conf.buildid_mmap2) { in __perf_event__synthesize_kernel_mmap()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c4053 symbol_conf.buildid_mmap2 = true; in cmd_record()