]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists: Rename hists__inc_stats()
authorNamhyung Kim <namhyung@kernel.org>
Thu, 24 Apr 2014 07:21:46 +0000 (16:21 +0900)
committerJiri Olsa <jolsa@kernel.org>
Thu, 24 Apr 2014 14:30:30 +0000 (16:30 +0200)
commit97235f04531cdfb0b0be8f749e9ae0e04020c3df
tree182e8d9566b516e55ce853be1eb4813dd950cdbf
parent9f8db5cc5781349283c08354a19fbca8b7b7be45
perf hists: Rename hists__inc_stats()

The existing hists__inc_nr_entries() is a misnomer as it's not only
increasing ->nr_entries but also other stats.  So rename it to more
general hists__inc_stats().

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1398327843-31845-3-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/builtin-diff.c
tools/perf/util/hist.c
tools/perf/util/hist.h