aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa1-2/+12
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu1-3/+7
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa1-1/+1
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa1-1/+12
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus1-0/+1
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo1-2/+6
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-10-11perf trace: Add 'trace' alias to 'perf trace'Arnaldo Carvalho de Melo1-1/+8
2013-10-09perf tools: Unify page_size usageJiri Olsa1-0/+1
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo1-2/+1
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian1-0/+1
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov1-3/+3
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov1-1/+1
2013-01-24perf tools: Remove some needless die() calls from the main routineArnaldo Carvalho de Melo1-11/+21
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim1-5/+10
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa1-0/+2
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang1-0/+1
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo1-0/+2
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim1-1/+1
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim1-1/+1
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim1-0/+2
2012-09-26perf trace: New toolArnaldo Carvalho de Melo1-0/+1
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea1-0/+1
2012-08-09perf symbols: Support minimal build without libelfNamhyung Kim1-0/+2
2012-08-09perf tools: Initial bash completion supportFrederic Weisbecker1-30/+39
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo1-29/+4
2011-10-13perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo1-0/+24
2011-03-15perf evlist: New command to list the names of events present in a perf.data fileArnaldo Carvalho de Melo1-0/+1
2011-01-11perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo1-2/+0
2011-01-03perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo1-0/+2
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar1-1/+1
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian1-0/+2
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo1-2/+23
2010-05-02perf: add perf-inject builtinTom Zanussi1-0/+1
2010-04-29perf test: Initial regression testing commandArnaldo Carvalho de Melo1-0/+1
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-0/+1
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2010-03-22perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo1-2/+2
2010-03-22Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar1-1/+1
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo1-0/+2
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo1-0/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-05fix typos "precidence" -> "precedence" in commentsUwe Kleine-König1-1/+1
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake1-0/+1
2010-01-29tools/perf/perf.c: Clean up trivial style issuesThiago Farina1-10/+11
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo1-0/+1
2009-12-28perf tools: Mount debugfs automaticallyXiao Guangrong1-1/+1
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo1-0/+1
2009-11-20perf: Add 'perf kmem' toolLi Zefan1-13/+14