Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_STACK_USER = 1U << 13, enumerator
/linux-4.1.27/kernel/trace/
Dtrace_event_perf.c62 if (p_event->attr.sample_type & PERF_SAMPLE_STACK_USER) in perf_trace_event_perm()
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c111 if (type & PERF_SAMPLE_STACK_USER) { in samples_same()
/linux-4.1.27/tools/perf/util/
Devsel.c1616 if (type & PERF_SAMPLE_STACK_USER) { in perf_evsel__parse_sample()
1752 if (type & PERF_SAMPLE_STACK_USER) { in perf_event__sample_event_size()
1933 if (type & PERF_SAMPLE_STACK_USER) { in perf_event__synthesize_sample()
Dmachine.c1736 (evsel->attr.sample_type & PERF_SAMPLE_STACK_USER))) in thread__resolve_callchain()
Dsession.c783 if (sample_type & PERF_SAMPLE_STACK_USER) in dump_sample()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c250 (sample_type & PERF_SAMPLE_STACK_USER)) in report__setup_sample_type()
/linux-4.1.27/kernel/events/
Dcore.c5265 if (sample_type & PERF_SAMPLE_STACK_USER) { in perf_output_sample()
5362 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()
5378 if (sample_type & PERF_SAMPLE_STACK_USER) { in perf_prepare_sample()
7770 if (attr->sample_type & PERF_SAMPLE_STACK_USER) { in perf_copy_attr()