summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-01 16:17:03 +0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2021-04-08 13:05:38 +0200
commit2552fb66ae301f490ea37f64d2cdc5778ae61874 (patch)
tree63fdd0da0c9eba9097a9612248486e23a1c542f8 /tools/perf/scripts/python/bin/stackcollapse-record
parent5842ab76bbfadb37eaea91e53c1efe34ae504e4a (diff)
downloadkernel-2552fb66ae301f490ea37f64d2cdc5778ae61874.tar.gz
drm/drm_internal.h: Remove repeated struct declaration
struct drm_gem_object is declared twice. One is declared at 40th line. The blew one is not needed. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20210401081704.1000863-1-wanjiabing@vivo.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
of files automatically and to distinguish between header and source .c files (which need different comment types.) Finally Greg ran the script using the .csv files to generate the patches. Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> perf trace beauty seccomp: Remove seccomp.h include 2016-07-12T18:20:38Z Arnaldo Carvalho de Melo acme@redhat.com 2016-07-12T14:03:20Z urn:sha1:6e6fec966dcd9eb47952b39def2dee975f3502ff All we need from it is already conditionally defined, and this header file is not present in older systems, so ditch it. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-3jxpz9gwahk4e7ltqtnr1rjg@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/ 2016-05-11T16:06:00Z Arnaldo Carvalho de Melo acme@redhat.com 2016-05-11T13:32:20Z urn:sha1:f5cd95ea6082d389be3337bea16c65d4220614fc To reduce the size of builtin-trace.c. Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/n/tip-ovxifncj34ynrjjseg33lil3@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>