]> asedeno.scripts.mit.edu Git - linux.git/commit
perf tools: Add name field into perf_hpp_fmt
authorNamhyung Kim <namhyung@kernel.org>
Thu, 31 Jul 2014 05:47:40 +0000 (14:47 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Aug 2014 15:03:07 +0000 (12:03 -0300)
commit1ecd44533a8a724f64d4305abb69836ca73c7390
tree97ad0b838e970ba2a3fd9511de85ce9e2a918246
parentcf59002fdebc9c00ee29233e65bc39dd69e0eaf6
perf tools: Add name field into perf_hpp_fmt

It makes the code a bit simpler and easier to debug IMHO.

I guess it can also remove similar code in perf diff, but let's keep
it for a future work. :)

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1406785662-5534-7-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/gtk/hists.c
tools/perf/ui/hist.c
tools/perf/util/hist.h
tools/perf/util/sort.c