* Adrian Hunter <adrian.hun...@intel.com> wrote: > Create maps for x86_64 KPTI entry trampolines, based on symbols found in > kallsyms. It is also necessary to keep track of whether the trampolines > have been mapped particularly when the kernel dso is kcore. > > Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> > --- > tools/perf/util/machine.c | 138 > ++++++++++++++++++++++++++++++++++++++++++++-- > tools/perf/util/machine.h | 1 + > tools/perf/util/symbol.c | 17 ++++++ > 3 files changed, 150 insertions(+), 6 deletions(-)
Minor detail, please call it 'x86 PTI'. Thanks, Ingo