summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-02-14 10:59:04 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-02-14 15:19:19 -0300
commit89896051f8dae5a04ada1f5fbeeaedc23f484f68 (patch)
treec5f631e1b4d80e178baca24abf351a956a4d8b0f /tools/perf/util/probe-event.c
parent9d6aae725454beada044179f1005c8f8c206dd6a (diff)
downloadlinux-89896051f8dae5a04ada1f5fbeeaedc23f484f68.tar.gz
linux-89896051f8dae5a04ada1f5fbeeaedc23f484f68.tar.bz2
linux-89896051f8dae5a04ada1f5fbeeaedc23f484f68.zip
perf tools: Do not put a variable sized type not at the end of a struct
As this is a GNU extension and while harmless in this case, we can do the same thing in a more clearer way by using an existing thread_map constructor. With this we avoid this while compiling with clang: util/parse-events.c:2024:21: error: field 'map' with variable sized type 'struct thread_map' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] struct thread_map map; ^ 1 error generated. 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-tqocbplnyyhpst6drgm2u4m3@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/probe-event.c')
0 files changed, 0 insertions, 0 deletions