Searched refs:sample_type (Results 1 – 25 of 82) sorted by relevance
1234
/tools/perf/tests/ |
D | sample-parsing.c | 169 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() argument 175 .sample_type = sample_type, in do_test() 247 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test() 250 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test() 253 if (sample_type & PERF_SAMPLE_BRANCH_STACK) in do_test() 267 sz = perf_event__sample_event_size(&sample, sample_type, read_format); in do_test() 280 err = perf_event__synthesize_sample(event, sample_type, read_format, in do_test() 284 "perf_event__synthesize_sample", sample_type, err); in do_test() 299 evsel.sample_size = __evsel__sample_size(sample_type); in do_test() 304 "evsel__parse_sample", sample_type, err); in do_test() [all …]
|
/tools/perf/tests/attr/ |
D | test-record-data | 7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | 9 sample_type=33039
|
D | test-record-group | 9 sample_type=327 16 sample_type=327
|
D | test-record-group1 | 9 sample_type=327 17 sample_type=327
|
D | test-record-group2 | 11 sample_type=87 21 sample_type=87
|
D | test-record-group-sampling | 9 sample_type=343 22 sample_type=343
|
D | test-record-raw | 7 sample_type=1415
|
D | test-record-graph-default | 7 sample_type=295
|
D | test-record-branch-any | 7 sample_type=2311
|
D | test-record-no-inherit | 7 sample_type=263
|
D | test-record-branch-filter-ind_call | 7 sample_type=2311
|
D | test-record-branch-filter-any | 7 sample_type=2311
|
D | test-record-branch-filter-u | 7 sample_type=2311
|
D | test-record-branch-filter-hv | 7 sample_type=2311
|
D | test-record-count | 8 sample_type=7
|
D | test-record-graph-fp | 7 sample_type=295
|
D | test-record-branch-filter-any_call | 7 sample_type=2311
|
D | test-record-branch-filter-k | 7 sample_type=2311
|
D | test-record-branch-filter-any_ret | 7 sample_type=2311
|
D | test-record-no-buffering | 7 sample_type=263
|
D | test-record-pfm-period | 8 sample_type=7
|
/tools/perf/util/ |
D | record.c | 88 attr->sample_type = read_sampler->core.attr.sample_type | in evsel__config_leader_sampling() 89 leader->core.attr.sample_type; in evsel__config_leader_sampling() 134 if (evsel->core.attr.sample_type == first->core.attr.sample_type) in perf_evlist__config()
|
D | cs-etm.c | 954 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__first_executed_instr() 964 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__last_executed_instr() 1122 if (packet->sample_type == CS_ETM_DISCONTINUITY) { in cs_etm__copy_insn() 1311 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK; in cs_etm__synth_events() 1312 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events() 1315 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events() 1317 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events() 1336 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events() 1341 etm->branches_sample_type = attr.sample_type; in cs_etm__synth_events() 1344 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events() [all …]
|
/tools/perf/ui/browsers/ |
D | scripts.c | 39 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script() 41 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script() 43 if (attr->sample_type & PERF_SAMPLE_REGS_USER) in attr_to_script() 45 if (attr->sample_type & PERF_SAMPLE_PHYS_ADDR) in attr_to_script()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | get_stackid_cannot_attach.c | 13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach() 56 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
|
1234