linux/tools/perf/ui/gtk
Taeung Song 8158683da3 perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
To make it more clear that it is the sum of all the nr_samples fields in the
addr[] entries, i.e.:

  sym_hist->nr_samples = sum(sym_hist->addr[0 ..  symbol__size(sym)]->nr_samples)

Committer notes:

Taeung had renamed it to total_samples, but using nr_samples, as in the
added explanation above, looks clearer and establishes the direct
connection, making clear it is about the _number_ of samples.

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1500500211-16599-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-07-21 08:23:49 -03:00
..
annotate.c perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist 2017-07-21 08:23:49 -03:00
browser.c
Build perf build: Add gtk objects building 2015-02-12 11:49:12 -03:00
gtk.h perf ui: Rename ui_progress to ui_progress_ops 2013-10-23 14:41:23 -03:00
helpline.c
hists.c perf tools: Add signal.h to places using its definitions 2017-04-20 13:22:43 -03:00
progress.c perf ui progress: Per progress bar state 2013-10-23 15:40:38 -03:00
setup.c perf ui: Rename ui_progress to ui_progress_ops 2013-10-23 14:41:23 -03:00
util.c perf tools: Remove needless includes from cache.h 2016-07-12 15:19:58 -03:00