summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf2015-12-1611-12/+67
* perf tools: Document the fact that parse_options*() may exitJosh Poimboeuf2015-12-161-0/+3
* perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf2015-12-162-23/+2
* perf record: Add record.build-id config optionNamhyung Kim2015-12-152-1/+26
* perf record: Support custom vmlinux pathHe Kuang2015-12-142-2/+24
* perf tools: Make options always available, even if required libs not linkedWang Nan2015-12-144-13/+134
* perf tools: Convert parse-options.c internal functions to staticJosh Poimboeuf2015-12-142-18/+9
* perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf2015-12-145-104/+110
* perf tools: Remove check for unused PERF_PAGER_IN_USEJosh Poimboeuf2015-12-141-7/+1
* perf tools: Create pager.hJosh Poimboeuf2015-12-142-4/+8
* perf build: Rename LIB_PATH -> API_PATHJosh Poimboeuf2015-12-141-4/+4
* perf build: Fix 'make clean'Josh Poimboeuf2015-12-141-3/+4
* perf test: Remove tarpkg at end of testJosh Poimboeuf2015-12-141-1/+2
* perf test: Add Build file to dependencies for llvm-src-*.cJosh Poimboeuf2015-12-141-3/+3
* perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim2015-12-141-3/+2
* perf evsel: Disable branch flags/cycles for --callgraph lbrAndi Kleen2015-12-141-1/+13
* perf thread: Fix reference count initial stateArnaldo Carvalho de Melo2015-12-143-11/+22
* perf test: Dump the stack when test segfaults when in verbose modeArnaldo Carvalho de Melo2015-12-141-0/+3
* perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo2015-12-141-1/+2
* perf tools: Clear struct machine during machine__init()Wang Nan2015-12-111-0/+1
* perf script: Add support for PERF_TYPE_BREAKPOINTWang Nan2015-12-111-0/+14
* perf data: Add u32_hex data typeWang Nan2015-12-111-0/+2
* perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim2015-12-111-5/+4
* perf top: Fix annotation on --stdioNamhyung Kim2015-12-111-2/+1
* perf top: Access hists->lock only if neededNamhyung Kim2015-12-111-13/+15
* perf top: Do not convert address for perf_top__record_precise_ip()Namhyung Kim2015-12-111-10/+2
* perf symbols: Fix dso__load_sym to put dsoMasami Hiramatsu2015-12-101-2/+7
* perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu2015-12-103-6/+9
* Revert "perf tools: Improve setting of gcc debug option"Arnaldo Carvalho de Melo2015-12-102-21/+0
* perf top: Delete half-processed hist entries when exitNamhyung Kim2015-12-101-1/+25
* perf tools: Get rid of exit_browser() from usage_with_options()Namhyung Kim2015-12-101-3/+0
* perf thread_map: Free strlist on constructor error pathNamhyung Kim2015-12-101-0/+1
* perf top: Do show usage message when failing to create cpu/thread mapsArnaldo Carvalho de Melo2015-12-101-2/+5
* perf report: Check argument before calling setup_browser()Namhyung Kim2015-12-101-11/+10
* perf kvm: Remove invocation of setup/exit_browser()Namhyung Kim2015-12-101-3/+0
* perf annotate: Delay UI browser setup after initialization is doneNamhyung Kim2015-12-101-9/+9
* perf annotate: Check argument before calling setup_browser()Namhyung Kim2015-12-101-11/+10
* perf tools: Move cmd_version() to builtin-version.cJosh Poimboeuf2015-12-093-7/+11
* perf tools: Save cmdline arguments earlierJosh Poimboeuf2015-12-093-11/+1
* perf tools: Move term functions out of util.cJosh Poimboeuf2015-12-095-37/+47
* perf tools: Remove unused pager_use_color variableJosh Poimboeuf2015-12-094-11/+1
* perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu2015-12-091-1/+1
* perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu2015-12-091-0/+5
* perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu2015-12-091-0/+2
* perf hists: Fix hists_evsel to release histsMasami Hiramatsu2015-12-091-1/+9
* perf stat: Fix cmd_stat to release cpu_mapMasami Hiramatsu2015-12-091-0/+9
* perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu2015-12-091-0/+1
* perf tui: Change default selection background color to yellowIngo Molnar2015-12-091-1/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-082-1/+9
|\
| * perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan2015-12-071-0/+3