aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/include/asm/system.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo1-0/+1
The copy we were using came from another copy I did for the dwarves (pahole) package, that came from the kernel years ago. The only function that is used by the perf tools and that isn't in the kernel is list_del_range, that I'm leaving in the perf tools only for now. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Paul Mackerras <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>