]> git.baikalelectronics.ru Git - kernel.git/commit
perf script: Change the 'enum perf_output_field' enumerators to be 64 bits
authorJiri Olsa <jolsa@kernel.org>
Wed, 5 Aug 2020 09:34:43 +0000 (11:34 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Aug 2020 12:44:34 +0000 (09:44 -0300)
commit5de75f9999e2395601a7af619aef11eb5f5fac64
treec367df1e0ee4e4b22527f03313dab511686904ef
parentfe20fada1a504702af086fc4746f596750ae9e84
perf script: Change the 'enum perf_output_field' enumerators to be 64 bits

So it's possible to add new values. I did not find any place where the
enum values are passed through some number type, so it's safe to make
this change.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Geneviève Bastien <gbastien@versatic.net>
Cc: Ian Rogers <irogers@google.com>
Cc: Jeremie Galarneau <jgalar@efficios.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lore.kernel.org/lkml/20200805093444.314999-7-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c