perf metrics: Use 'unsigned int' instead of just 'unsigned'.
authorXin Gao <gaoxin@cdjrlc.com>
Tue, 16 Aug 2022 17:38:04 +0000 (01:38 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 4 Oct 2022 11:55:19 +0000 (08:55 -0300)
commit84f879c5331873a7b4036ff2f319d0f2fcf4179b
treed167ec1afacc2f5a34735e113a6bbef6387d3c86
parentf1417cea017dff2bbf2836bf67abd8e25e624411
perf metrics: Use 'unsigned int' instead of just 'unsigned'.

'unsigned int' should be clearer than 'unsigned'.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Cc: Ian Rogers <irogers@google.com>
Cc: John Garry <john.garry@huawei.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20220816173804.7539-1-gaoxin@cdjrlc.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/metricgroup.c