Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h44 buildid_mmap2, member
H A Dsynthetic-events.c528 if (symbol_conf.buildid_mmap2) in perf_event__synthesize_mmap_events()
675 size_t size = symbol_conf.buildid_mmap2 ? in perf_event__synthesize_modules()
702 if (symbol_conf.buildid_mmap2) { in perf_event__synthesize_modules()
1103 size_t size = symbol_conf.buildid_mmap2 ? in __perf_event__synthesize_kernel_mmap()
1138 if (symbol_conf.buildid_mmap2) { in __perf_event__synthesize_kernel_mmap()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c3984 symbol_conf.buildid_mmap2 = true; in cmd_record()