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)
commit60e5eeb56a14ae101880886b0dec75b7b8e3a3e0
treec367df1e0ee4e4b22527f03313dab511686904ef
parent88371c5898fc9e7c9faeb7f53ab9082b4e84b7a8
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