Searched refs:PERF_SAMPLE_IP (Results 1 – 22 of 22) sorted by relevance
13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
348 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
276 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()2965 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()3309 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
1452 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size() 1606 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
1704 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
67 attr.sample_type = PERF_SAMPLE_IP; in serial_test_perf_skip()
35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
95 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
57 attr->sample_type = PERF_SAMPLE_IP; in __event()
118 pe.sample_type = PERF_SAMPLE_IP; in __event()
54 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
52 if (type & PERF_SAMPLE_IP) in samples_same()
315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
140 PERF_SAMPLE_IP = 1U << 0, enumerator
457 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
1895 if (sample_type & PERF_SAMPLE_IP) in __perf_event_header_size()7536 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()7879 PERF_SAMPLE_IP); in perf_prepare_sample()7894 if (filtered_sample_type & PERF_SAMPLE_IP) { in perf_prepare_sample()7896 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
1328 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg()
1137 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |