Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol_conf.h46 buildid_mmap2; member
Dsynthetic-events.c509 if (symbol_conf.buildid_mmap2) in perf_event__synthesize_mmap_events()
656 size_t size = symbol_conf.buildid_mmap2 ? in perf_event__synthesize_modules()
679 if (symbol_conf.buildid_mmap2) { in perf_event__synthesize_modules()
1075 size_t size = symbol_conf.buildid_mmap2 ? in __perf_event__synthesize_kernel_mmap()
1110 if (symbol_conf.buildid_mmap2) { in __perf_event__synthesize_kernel_mmap()
/tools/perf/
Dbuiltin-record.c2701 symbol_conf.buildid_mmap2 = true; in cmd_record()