diff options
author | Huang Ying <[email protected]> | 2011-09-08 14:00:42 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-10-04 11:30:53 +0200 |
commit | 1230db8e1543c0471dd165727d34647ab098cc1e (patch) | |
tree | 6667af62e0a0bb24b315f5b9e61ea7635293135b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 22f92bacbeea24b20e447444c28e7cad9f1ac3f8 (diff) |
llist: Make some llist functions inline
Because llist code will be used in performance critical scheduler
code path, make llist_add() and llist_del_all() inline to avoid
function calling overhead and related 'glue' overhead.
Signed-off-by: Huang Ying <[email protected]>
Acked-by: Mathieu Desnoyers <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions