perf tools: Rename group to topdown
authorKan Liang <kan.liang@linux.intel.com>
Fri, 11 Sep 2020 14:48:05 +0000 (07:48 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Sep 2020 18:47:55 +0000 (15:47 -0300)
commit687986bbeb668068d39a47658edf4d7a6414eefb
tree9e11e21b91c62f1bbba86effb82860e35ab01691
parentc57f5eaa094ee93b4e27f6624349bc90d41a4e68
perf tools: Rename group to topdown

The group.h/c only include TopDown group related functions. The name
"group" is too generic and inaccurate. Use the name "topdown" to replace
it.

Move topdown related functions to a dedicated file, topdown.c.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200911144808.27603-2-kan.liang@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/Build
tools/perf/arch/x86/util/group.c [deleted file]
tools/perf/arch/x86/util/topdown.c [new file with mode: 0644]
tools/perf/builtin-stat.c
tools/perf/util/Build
tools/perf/util/group.h [deleted file]
tools/perf/util/topdown.c [new file with mode: 0644]
tools/perf/util/topdown.h [new file with mode: 0644]