diff options
author | Kan Liang <kan.liang@linux.intel.com> | 2020-09-11 17:48:05 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-09-17 21:47:55 +0300 |
commit | 687986bbeb668068d39a47658edf4d7a6414eefb (patch) | |
tree | 9e11e21b91c62f1bbba86effb82860e35ab01691 /tools/perf/util/group.h | |
parent | c57f5eaa094ee93b4e27f6624349bc90d41a4e68 (diff) | |
download | linux-687986bbeb668068d39a47658edf4d7a6414eefb.tar.xz |
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>
Diffstat (limited to 'tools/perf/util/group.h')
-rw-r--r-- | tools/perf/util/group.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/util/group.h b/tools/perf/util/group.h deleted file mode 100644 index f36c7e31780a..000000000000 --- a/tools/perf/util/group.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef GROUP_H -#define GROUP_H 1 - -bool arch_topdown_check_group(bool *warn); -void arch_topdown_group_warn(void); - -#endif |