summaryrefslogtreecommitdiff
path: root/tools/perf/perf.c
AgeCommit message (Expand)Author
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo
2016-02-16perf tools: Initialize libapi debug outputJiri Olsa
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf
2015-12-09perf tools: Save cmdline arguments earlierJosh Poimboeuf
2015-11-23perf tools: Add 'perf config' commandTaeung Song
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan
2015-10-05perf tools: Handle -h and -v optionsJiri Olsa
2015-09-14perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa
2015-02-27perf tools: Fix the bash completion problem of 'perf --*'Yunlong Song
2015-02-27perf list: Avoid confusion of perf output and the next command promptYunlong Song
2015-02-25perf tools: Add new 'perf data' commandJiri Olsa
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-10-11perf trace: Add 'trace' alias to 'perf trace'Arnaldo Carvalho de Melo
2013-10-09perf tools: Unify page_size usageJiri Olsa
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov
2013-01-24perf tools: Remove some needless die() calls from the main routineArnaldo Carvalho de Melo
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim
2012-09-26perf trace: New toolArnaldo Carvalho de Melo
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea
2012-08-09perf symbols: Support minimal build without libelfNamhyung Kim
2012-08-09perf tools: Initial bash completion supportFrederic Weisbecker
2011-11-28perf tools: Simplify debugfs mountpoint handling codeArnaldo Carvalho de Melo
2011-10-13perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo
2011-03-15perf evlist: New command to list the names of events present in a perf.data fileArnaldo Carvalho de Melo
2011-01-11perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo
2011-01-03perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar