X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fstat.h;h=da1d11c4f8c193cff476fec76868277b12f7c623;hb=208df99ed07ca5e86ee41617e0384930fc9ca819;hp=62448c8175d3de587eb6b9546df7bc4088b2bfa1;hpb=f377ea88b862bf7151be96d276f4cb740f8e1c41;p=firefly-linux-kernel-4.4.55.git diff --git a/tools/perf/util/stat.h b/tools/perf/util/stat.h index 62448c8175d3..da1d11c4f8c1 100644 --- a/tools/perf/util/stat.h +++ b/tools/perf/util/stat.h @@ -20,7 +20,7 @@ enum perf_stat_evsel_id { PERF_STAT_EVSEL_ID__MAX, }; -struct perf_stat { +struct perf_stat_evsel { struct stats res_stats[3]; enum perf_stat_evsel_id id; }; @@ -31,6 +31,7 @@ enum aggr_mode { AGGR_SOCKET, AGGR_CORE, AGGR_THREAD, + AGGR_UNSET, }; struct perf_stat_config {