summaryrefslogtreecommitdiffstats
path: root/tools/perf/perf.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo2016-07-151-1/+1
* perf tools: Fallback to reading sysfs to get cacheline sizeArnaldo Carvalho de Melo2016-07-121-1/+11
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-3/+3
* perf config: Introduce new init() and exit()Taeung Song2016-06-231-0/+2
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-1/+1
* perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo2016-06-211-36/+0
* perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-161-0/+3
* perf tools: Make alias handler to check return value of strbufMasami Hiramatsu2016-05-101-3/+5
* perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-271-0/+5
* perf config: Remove duplicated set_buildid_dir callsTaeung Song2016-03-301-2/+1
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-0/+2
* perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo2016-02-251-6/+8
* perf tools: Initialize libapi debug outputJiri Olsa2016-02-161-0/+2
* perf report: Show random usage tip on the help lineNamhyung Kim2016-01-081-0/+4
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-3/+3
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-161-3/+3
* perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf2015-12-161-1/+5
* perf tools: Save cmdline arguments earlierJosh Poimboeuf2015-12-091-0/+1
* perf tools: Add 'perf config' commandTaeung Song2015-11-231-0/+1
* perf tools: Enable passing bpf object file to --eventWang Nan2015-10-281-0/+2
* perf tools: Handle -h and -v optionsJiri Olsa2015-10-051-0/+14
* perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo2015-09-141-0/+2
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-041-1/+1
* perf tools: Move tracing_path stuff under same namespaceJiri Olsa2015-09-021-4/+6
* perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa2015-09-021-1/+1
* perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa2015-08-281-1/+1
* perf tools: Fix the bash completion problem of 'perf --*'Yunlong Song2015-02-271-0/+27
* perf list: Avoid confusion of perf output and the next command promptYunlong Song2015-02-271-0/+1
* perf tools: Add new 'perf data' commandJiri Olsa2015-02-251-0/+1
* perf tools: Add --buildid-dir option to set cache directoryJiri Olsa2014-12-091-2/+12
* perf: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-3/+7
* perf tools: Fix perf usage string leftoverJiri Olsa2014-07-281-1/+1
* perf tools: Add --debug optionto set debug variableJiri Olsa2014-07-171-1/+12
* perf tools: Add support to dynamically get cacheline sizeDon Zickus2014-06-091-0/+1
* perf trace: Warn the user when not availableArnaldo Carvalho de Melo2014-06-031-2/+6
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf trace: Add 'trace' alias to 'perf trace'Arnaldo Carvalho de Melo2013-10-111-1/+8
* perf tools: Unify page_size usageJiri Olsa2013-10-091-0/+1
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf tools: Convert needless static variable to localArnaldo Carvalho de Melo2013-04-011-2/+1
* perf tools: Add new mem command for memory access profilingStephane Eranian2013-04-011-0/+1
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-151-3/+3
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
* perf tools: Remove some needless die() calls from the main routineArnaldo Carvalho de Melo2013-01-241-11/+21
* perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim2012-11-141-5/+10
* perf tests: Add framework for automated perf_event_attr testsJiri Olsa2012-10-311-0/+2
* perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-291-0/+1
* perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo2012-10-061-0/+2
* perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim2012-10-021-1/+1
* perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-281-1/+1