]> asedeno.scripts.mit.edu Git - linux.git/commit
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 Sep 2019 14:53:00 +0000 (11:53 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Oct 2019 15:22:17 +0000 (12:22 -0300)
commit608127f73779bfc199158b61efdbdb690720e542
tree6305a4ec15bc3574c0b994433ed44ac8c1538ad8
parentf1cedfb82858c8a7ec21e45d0ce7b6e2ce9edea0
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine

Just read it so that later on the per arch init routine can use it,
e.g. x86__annotate_init().

When using a perf.data file this is obtained from a header that was put
there by 'perf record', and then it may be for another machine, another
arch.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-4t4n3o8l8s0tc2b1pq53hyr4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c