Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_CALL_STACK (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h200 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h200 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/Linux-v4.19/tools/perf/util/
Devsel.h469 return evsel->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in perf_evsel__has_branch_callstack()
Devsel.c689 PERF_SAMPLE_BRANCH_CALL_STACK | in __perf_evsel__config_callchain()
735 PERF_SAMPLE_BRANCH_CALL_STACK); in perf_evsel__reset_callgraph()
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c714 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()
/Linux-v4.19/arch/x86/events/
Dcore.c557 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()