Home | History | Annotate | Download | only in perf

Lines Matching defs:hists

114 	he = __hists__add_mem_entry(&evsel->hists, al, parent, mi, cost, cost);
153 evsel->hists.stats.total_period += cost;
154 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
202 he = __hists__add_branch_entry(&evsel->hists, al, parent,
234 evsel->hists.stats.total_period += 1;
235 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
261 he = __hists__add_entry(&evsel->hists, al, parent, sample->period,
290 evsel->hists.stats.total_period += sample->period;
291 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
410 struct hists *self,
428 nr_samples += pos->hists.stats.nr_events[PERF_RECORD_SAMPLE];
429 nr_events += pos->hists.stats.total_period;
453 struct hists *hists = &pos->hists;
460 hists__fprintf_nr_sample_events(rep, hists, evname, stdout);
461 hists__fprintf(hists, true, 0, 0, rep->min_percent, stdout);
551 struct hists *hists = &pos->hists;
554 hists->symbol_filter_str = rep->symbol_filter_str;
556 hists__collapse_resort(hists);
557 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE];
562 struct hists *leader_hists = &pos->leader->hists;
564 hists__match(leader_hists, hists);
565 hists__link(leader_hists, hists);
578 hists__output_resort(&pos->hists);