summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/perf_event.h
diff options
context:
space:
mode:
authorKan Liang <kan.liang@linux.intel.com>2020-07-03 14:49:17 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-07-08 11:38:53 +0200
commit020d91e5f32da4f4b929b3a6e680135fd526107c (patch)
tree51eb18cd65dae897e64b7ab9987cfe8be206b17d /arch/x86/events/perf_event.h
parentperf/x86/intel/lbr: Unify the stored format of LBR information (diff)
downloadlinux-020d91e5f32da4f4b929b3a6e680135fd526107c.tar.xz
linux-020d91e5f32da4f4b929b3a6e680135fd526107c.zip
perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline
The {rd,wr}lbr_{to,from} wrappers are invoked in hot paths, e.g. context switch and NMI handler. They should be always inline to achieve better performance. However, the CONFIG_OPTIMIZE_INLINING allows the compiler to uninline functions marked 'inline'. Mark the {rd,wr}lbr_{to,from} wrappers as __always_inline to force inline the wrappers. Suggested-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/1593780569-62993-12-git-send-email-kan.liang@linux.intel.com
Diffstat (limited to 'arch/x86/events/perf_event.h')
0 files changed, 0 insertions, 0 deletions