aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/ui/progress.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-11perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim1-8/+0
Move those files to new directory in order to be prepared to further UI work. Makefile and header file pathes are adjusted accordingly. Signed-off-by: Namhyung Kim <[email protected]> Suggested-by: Arnaldo Carvalho de Melo <[email protected]> Acked-by: Pekka Enberg <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Peter Zijlstra <[email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
2011-10-26perf ui progress: Reimplement using slangArnaldo Carvalho de Melo1-5/+2
Just another step in stopping the use of libnewt in perf. Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
2010-08-10perf ui: Move ui_progress routines to separate file in util/ui/Arnaldo Carvalho de Melo1-0/+11
LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>