]> git.baikalelectronics.ru Git - kernel.git/commit
perf dlfilter dlfilter-show-cycles: Fix types for print format
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 5 Sep 2022 07:47:35 +0000 (10:47 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 8 Sep 2022 15:17:45 +0000 (12:17 -0300)
commitb952064534537d1a9e3b6bad5fcdf939c1aab91c
treea55d3d9a4d11d8b96d30a1d213b0a9d7733ee1f6
parent2b99590189d0d933531542c4447e5960003302f4
perf dlfilter dlfilter-show-cycles: Fix types for print format

Avoid compiler warning about format %llu that expects long long unsigned
int but argument has type __u64.

Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Fixes: 7e3c01ad672c97f7 ("perf dlfilter: Add dlfilter-show-cycles")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20220905074735.4513-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/dlfilters/dlfilter-show-cycles.c