diff options
author | Liang, Kan <[email protected]> | 2019-10-22 11:13:09 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-10-28 12:53:28 +0100 |
commit | d44f821b0e13275735e8f3fe4db8703b45f05d52 (patch) | |
tree | 26342e8b5b15c28b00b2b3a6557de5e1a85b2f19 /lib/memory-notifier-error-inject.c | |
parent | 66d258c5b048840991de49697264af75f5b09def (diff) |
perf/core: Optimize perf_init_event() for TYPE_SOFTWARE
Andi reported that he was hitting the linear search in
perf_init_event() a lot. Now that all !TYPE_SOFTWARE events should hit
the IDR, make sure the TYPE_SOFTWARE events are at the head of the
list such that we'll quickly find the right PMU (provided a valid
event was given).
Signed-off-by: Liang, Kan <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vince Weaver <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions