]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists: Add argument to hists__resort_cb_t callback
authorJiri Olsa <jolsa@kernel.org>
Mon, 4 Feb 2019 14:18:06 +0000 (15:18 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Feb 2019 13:00:39 +0000 (10:00 -0300)
commit15a40ce922eabbd19ba0467c9e57eff91d422f74
tree095a204dbc1689ae71277d5e9895fa28f13815e6
parentd9caa3964ee25a865600f6897e88a1dcc911819b
perf hists: Add argument to hists__resort_cb_t callback

Add argument to hists__resort_cb_t so that we can pass data from upper
layers to the callback function. It will be used in the following
patches.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190204141808.23031-2-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c
tools/perf/util/hist.c
tools/perf/util/hist.h