Home
last modified time | relevance | path

Searched refs:c2c_hists (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c48 struct c2c_hists { struct
63 struct c2c_hists *hists; argument
88 struct c2c_hists hists;
195 static int c2c_hists__init(struct c2c_hists *hists,
199 static struct c2c_hists*
205 struct c2c_hists *hists; in he__get_c2c_hists()
281 struct c2c_hists *c2c_hists = &c2c.hists; in process_sample_event() local
322 he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, in process_sample_event()
330 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
335 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
[all …]