Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat.h54 AGGR_UNSET, enumerator
H A Dstat-display.c301 case AGGR_UNSET: in print_aggr_id_std()
357 case AGGR_UNSET: in print_aggr_id_csv()
407 case AGGR_UNSET: in print_aggr_id_json()
1300 case AGGR_UNSET: in print_header_interval_std()
1593 case AGGR_UNSET: in evlist__print_counters()
/linux/tools/perf/
H A Dbuiltin-stat.c1413 [AGGR_UNSET] = "unset", in perf_stat__get_cache_id()
1548 case AGGR_UNSET: in aggr_mode__get_id()
1575 case AGGR_UNSET: in perf_stat_init_aggr_mode()
1864 case AGGR_UNSET: in aggr_mode__get_id_file()
1891 case AGGR_UNSET: in perf_stat_init_aggr_mode_file()
2245 if (st->aggr_mode != AGGR_UNSET) in set_maps()
2247 } else if (st->aggr_mode != AGGR_UNSET) { in set_maps()
2330 .aggr_mode = AGGR_UNSET, in __cmd_report()
2363 perf_stat.aggr_mode = AGGR_UNSET; /* No option found so leave unset. */ in __cmd_report()