Home
last modified time | relevance | path

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

12

/linux-6.6.21/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 |
/linux-6.6.21/tools/perf/util/
Doff_cpu.h13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
Dbpf-filter.l70 ip { return sample(PERF_SAMPLE_IP); }
Devent.h37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Dbpf_off_cpu.c341 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
Ddata-convert-bt.c614 if (type & PERF_SAMPLE_IP) { in add_generic_values()
1124 if (type & PERF_SAMPLE_IP) in add_generic_types()
Devsel.c175 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
2389 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()
2725 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
/linux-6.6.21/tools/perf/arch/x86/tests/
Damd-ibs-via-core-pmu.c34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
/linux-6.6.21/tools/lib/perf/Documentation/examples/
Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/linux-6.6.21/tools/perf/tests/
Dbp_signal_overflow.c94 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
Dbp_account.c56 attr->sample_type = PERF_SAMPLE_IP; in __event()
Dbp_signal.c117 pe.sample_type = PERF_SAMPLE_IP; in __event()
Dwp.c49 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
Dsample-parsing.c52 if (type & PERF_SAMPLE_IP) in samples_same()
Ddlfilter-test.c315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
/linux-6.6.21/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c56 case PERF_SAMPLE_IP: in perf_get_sample()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/linux-6.6.21/tools/lib/perf/Documentation/
Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/linux-6.6.21/tools/perf/bench/
Dinject-buildid.c456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/linux-6.6.21/arch/powerpc/perf/
Dcore-book3s.c2273 if (event->attr.sample_type & PERF_SAMPLE_IP) in record_and_restart()
2296 (event->attr.sample_type & PERF_SAMPLE_IP) && in record_and_restart()

12