Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h191 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.h393 return evsel->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in has_branch_callstack()
Devsel.c577 PERF_SAMPLE_BRANCH_CALL_STACK; in perf_evsel__config_callgraph()
613 PERF_SAMPLE_BRANCH_CALL_STACK); in perf_evsel__reset_callgraph()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c548 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()
Dperf_event.c521 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()