Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c95 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-report.c327 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()
363 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
375 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in report__setup_sample_type()
Dbuiltin-c2c.c2574 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
Dbuiltin-script.c2959 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in script__setup_sample_type()
/Linux-v4.19/tools/perf/util/
Devsel.c2272 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_evsel__parse_sample()
2469 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
2626 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
Dcs-etm.c847 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
Dsession.c1100 if ((sample_type & PERF_SAMPLE_BRANCH_STACK) && !perf_evsel__has_branch_callstack(evsel)) in dump_sample()
Dintel-pt.c2221 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
/Linux-v4.19/include/linux/
Dperf_event.h1215 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c2071 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
/Linux-v4.19/kernel/events/
Dcore.c6232 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_output_sample()
6423 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_prepare_sample()
10169 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_copy_attr()