Searched refs:find_stat (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | stat-shadow.c | 153 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat() function 200 double denominator = find_stat(evsel, aggr_idx, denominator_type); in print_ratio() 317 double cycles = find_stat(evsel, aggr_idx, STAT_CYCLES); in print_instructions() 318 double max_stalled = max(find_stat(evsel, aggr_idx, STAT_STALLED_CYCLES_FRONT), in print_instructions() 319 find_stat(evsel, aggr_idx, STAT_STALLED_CYCLES_BACK)); in print_instructions() 339 double nsecs = find_stat(evsel, aggr_idx, STAT_NSECS); in print_cycles() 680 double nsecs = find_stat(evsel, aggr_idx, STAT_NSECS); in perf_stat__print_shadow_stats()
|