Home
last modified time | relevance | path

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

/tools/perf/tests/attr/
Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/tools/testing/selftests/bpf/prog_tests/
Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
/tools/perf/arch/x86/tests/
Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/tools/lib/perf/Documentation/examples/
Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/tools/perf/tests/
Dbp_signal_overflow.c89 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
Dbp_account.c43 attr->sample_type = PERF_SAMPLE_IP; in __event()
Dbp_signal.c117 pe.sample_type = PERF_SAMPLE_IP; in __event()
Dwp.c46 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
Dsample-parsing.c42 if (type & PERF_SAMPLE_IP) in samples_same()
Ddlfilter-test.c310 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
/tools/perf/util/
Devent.h38 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Ddata-convert-bt.c608 if (type & PERF_SAMPLE_IP) { in add_generic_values()
1118 if (type & PERF_SAMPLE_IP) in add_generic_types()
Devsel.c141 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
2274 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()
2579 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
Dintel-bts.c795 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Darm-spe.c923 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in arm_spe_synth_events()
Dsynthetic-events.c1407 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()
1546 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
Dcs-etm.c1340 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
Dintel-pt.c3275 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
/tools/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/tools/lib/perf/Documentation/
Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/tools/perf/bench/
Dinject-buildid.c455 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/tools/perf/
Dbuiltin-script.c452 if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP)) in evsel__check_attr()
469 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
481 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
/tools/perf/Documentation/
Dperf-intel-pt.txt1035 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |