Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dperf_api_probe.h14 bool perf_can_record_build_id(void);
H A Dperf_api_probe.c189 bool perf_can_record_build_id(void) in perf_can_record_build_id() function
/linux/tools/perf/
H A Dbuiltin-record.c4021 if (!perf_can_record_build_id()) { in cmd_record()