Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 8 of 8) sorted by relevance

/tools/perf/
Dbuiltin-report.c286 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()
322 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
334 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in report__setup_sample_type()
Dbuiltin-c2c.c2408 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
Dbuiltin-script.c2568 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in script__setup_sample_type()
/tools/perf/tests/
Dsample-parsing.c95 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
/tools/include/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/tools/perf/util/
Devsel.c2205 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_evsel__parse_sample()
2360 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
2542 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
Dsession.c1108 if ((sample_type & PERF_SAMPLE_BRANCH_STACK) && !perf_evsel__has_branch_callstack(evsel)) in dump_sample()
Dintel-pt.c2263 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()