aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker1-0/+5
Factorize multiple definitions of high level dso helpers into the symbol source file. The side effect is a general export of the verbose and eprintf debugging helpers into a new file dedicated to debugging purposes. Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Brice Goglin <[email protected]>