Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-c2c.c55 struct compute_stats { struct
71 struct compute_stats cstats; argument
258 static void compute_stats(struct c2c_hist_entry *c2c_he, in compute_stats() function
262 struct compute_stats *cstats = &c2c_he->cstats; in compute_stats()
368 compute_stats(c2c_he, &stats, sample->weight); in process_sample_event()