Home
last modified time | relevance | path

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

12

/tools/perf/tests/
Dhists_filter.c153 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
159 hists->stats.nr_events[PERF_RECORD_SAMPLE] == in test__hists_filter()
178 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
207 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
242 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
271 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
302 hists->stats.nr_events[PERF_RECORD_SAMPLE] == 10); in test__hists_filter()
Dsw-clock.c108 if (event->header.type != PERF_RECORD_SAMPLE) in __test__sw_clock_freq()
Dopenat-syscall-tp-fields.c105 if (type != PERF_RECORD_SAMPLE) { in test__syscall_openat_tp_fields()
Dbackward-ring-buffer.c45 case PERF_RECORD_SAMPLE: in count_samples()
Dmmap-basic.c122 if (event->header.type != PERF_RECORD_SAMPLE) { in test__basic_mmap()
Dperf-record.c270 case PERF_RECORD_SAMPLE: in test__PERF_RECORD()
Dbpf.c194 if (type == PERF_RECORD_SAMPLE) in do_test()
Dsample-parsing.c253 event->header.type = PERF_RECORD_SAMPLE; in do_test()
Dswitch-tracking.c174 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
Dcode-reading.c399 if (event->header.type == PERF_RECORD_SAMPLE) in process_event()
/tools/bpf/bpftool/
Dmap_perf_ring.c85 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
101 if (e->header.type == PERF_RECORD_SAMPLE) { in print_bpf_output()
/tools/perf/util/
Ds390-sample-raw.c205 if (event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__s390_sample_raw()
Dsession.c923 [PERF_RECORD_SAMPLE] = perf_event__all64_swap,
1158 if (event->header.type != PERF_RECORD_SAMPLE && in perf_evlist__print_tstamp()
1211 if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw) in dump_event()
1412 case PERF_RECORD_SAMPLE: in machines__deliver_event()
1761 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1764 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
1812 stats->nr_events[PERF_RECORD_SAMPLE]); in perf_session__warn_about_errors()
Ds390-cpumsf.c531 event.sample.header.type = PERF_RECORD_SAMPLE; in s390_cpumsf_make_event()
932 if (event->header.type == PERF_RECORD_SAMPLE && in s390_cpumsf_process_event()
Dpython.c524 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
535 event->header.type > PERF_RECORD_SAMPLE) && in pyrf_event__new()
Devlist.c498 if (event->header.type == PERF_RECORD_SAMPLE) { in perf_evlist__event2id()
524 event->header.type != PERF_RECORD_SAMPLE) in perf_evlist__event2evsel()
Devent.c48 [PERF_RECORD_SAMPLE] = "SAMPLE",
Dhist.c2271 events_stats__inc(&hists->stats, PERF_RECORD_SAMPLE); in hists__inc_nr_samples()
2632 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2659 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
Dintel-bts.c297 event.sample.header.type = PERF_RECORD_SAMPLE; in intel_bts_synth_branch_sample()
Dcs-etm.c1141 event->sample.header.type = PERF_RECORD_SAMPLE; in cs_etm__synth_instruction_sample()
1201 event->sample.header.type = PERF_RECORD_SAMPLE; in cs_etm__synth_branch_sample()
/tools/perf/
Dbuiltin-top.c1119 if (event->header.type != PERF_RECORD_SAMPLE) in should_drop()
1153 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
1185 if (event->header.type == PERF_RECORD_SAMPLE) in deliver_event()
1191 if (event->header.type == PERF_RECORD_SAMPLE) { in deliver_event()
Dbuiltin-annotate.c430 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __cmd_annotate()
Dbuiltin-report.c421 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
449 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
/tools/include/uapi/linux/
Dperf_event.h872 PERF_RECORD_SAMPLE = 9, enumerator
/tools/perf/Documentation/
Dperf-trace.txt209 Print the PERF_RECORD_SAMPLE PERF_SAMPLE_ info for the

12