Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IP (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-data8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C011 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/linux-4.1.27/tools/perf/tests/
Dbp_signal_overflow.c88 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
Dbp_signal.c75 pe.sample_type = PERF_SAMPLE_IP; in bp_event()
Dsample-parsing.c34 if (type & PERF_SAMPLE_IP) in samples_same()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h122 PERF_SAMPLE_IP = 1U << 0, enumerator
/linux-4.1.27/tools/perf/util/
Ddata-convert-bt.c320 if (type & PERF_SAMPLE_IP) { in add_generic_values()
516 if (type & PERF_SAMPLE_IP) in add_generic_types()
Devent.h75 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Devsel.c119 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
1455 if (type & PERF_SAMPLE_IP) { in perf_evsel__parse_sample()
1686 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()
1803 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
Dpython.c988 { "SAMPLE_IP", PERF_SAMPLE_IP },
/linux-4.1.27/tools/perf/
Dbuiltin-script.c188 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()
/linux-4.1.27/kernel/events/
Dcore.c1305 if (sample_type & PERF_SAMPLE_IP) in perf_event__header_size()
5170 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()
5327 if (sample_type & PERF_SAMPLE_IP) in perf_prepare_sample()