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)
commit1706623e940347ad23fdf77910eca4905dc37f91
treea55d3d9a4d11d8b96d30a1d213b0a9d7733ee1f6
parent7864d8f7c088aad988c44c631f1ceed9179cf2cf
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: c3afd6e50fce824f ("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