Home
last modified time | relevance | path

Searched refs:CALLCHAIN_LBR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dcallchain.h38 CALLCHAIN_LBR, enumerator
Dutil.c523 param->record_mode = CALLCHAIN_LBR; in parse_callchain_record()
Devsel.c568 if (param->record_mode == CALLCHAIN_LBR) { in perf_evsel__config_callgraph()
610 if (param->record_mode == CALLCHAIN_LBR) { in perf_evsel__reset_callgraph()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c278 callchain_param.record_mode = CALLCHAIN_LBR; in report__setup_sample_type()
Dbuiltin-script.c1692 callchain_param.record_mode = CALLCHAIN_LBR; in script__setup_sample_type()