aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo1-1/+1
2016-07-12perf tools: Fallback to reading sysfs to get cacheline sizeArnaldo Carvalho de Melo1-1/+11
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-06-23perf config: Introduce new init() and exit()Taeung Song1-0/+2
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo1-36/+0
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-0/+3
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu1-3/+5
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-0/+5
2016-03-30perf config: Remove duplicated set_buildid_dir callsTaeung Song1-2/+1
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-0/+2
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo1-6/+8
2016-02-16perf tools: Initialize libapi debug outputJiri Olsa1-0/+2
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim1-0/+4
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-3/+3
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf1-3/+3
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf1-1/+5
2015-12-09perf tools: Save cmdline arguments earlierJosh Poimboeuf1-0/+1
2015-11-23perf tools: Add 'perf config' commandTaeung Song1-0/+1
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan1-0/+2
2015-10-05perf tools: Handle -h and -v optionsJiri Olsa1-0/+14
2015-09-14perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo1-0/+2
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa1-1/+1
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa1-4/+6
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa1-1/+1
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa1-1/+1
2015-02-27perf tools: Fix the bash completion problem of 'perf --*'Yunlong Song1-0/+27
2015-02-27perf list: Avoid confusion of perf output and the next command promptYunlong Song1-0/+1
2015-02-25perf tools: Add new 'perf data' commandJiri Olsa1-0/+1
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