perf_counter tools: Add built-in pager support
Add Git's pager.c (and sigchain) code. A command only has to call setup_pager() to get paged interactive output. Non-interactive (redirected, command-piped, etc.) uses are not affected. Update perf-report to make use of this. [ Impact: new feature ] Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: John Kacur <jkacur@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
8
Documentation/perf_counter/util/environment.c
Normal file
8
Documentation/perf_counter/util/environment.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* We put all the perf config variables in this same object
|
||||
* file, so that programs can link against the config parser
|
||||
* without having to link against all the rest of perf.
|
||||
*/
|
||||
#include "cache.h"
|
||||
|
||||
const char *pager_program;
|
||||
Reference in New Issue
Block a user