summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-1726-2331/+11
* perf tools: Finalize subcmd independenceJosh Poimboeuf2015-12-1711-62/+237
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-175-23/+23
* perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf2015-12-174-41/+66
* perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf2015-12-169-10/+58
* 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 tools: Make options always available, even if required libs not linkedWang Nan2015-12-142-9/+114
* 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 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 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 data: Add u32_hex data typeWang Nan2015-12-111-0/+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-102-5/+8
* 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 tools: Move cmd_version() to builtin-version.cJosh Poimboeuf2015-12-091-7/+0
* perf tools: Save cmdline arguments earlierJosh Poimboeuf2015-12-092-11/+0
* 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 tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu2015-12-091-0/+1
* perf annotate: ARM supportRussell King2015-12-071-0/+23
* perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa2015-12-071-24/+8
* perf evsel: Introduce disable() methodJiri Olsa2015-12-072-0/+11
* perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa2015-12-072-2/+5
* perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan2015-12-071-1/+1
* perf bpf: Rename bpf config to program configWang Nan2015-11-282-34/+33
* perf hists: Do not skip elided fields when processing samplesNamhyung Kim2015-11-281-6/+0
* perf list: Robustify event printing routineArnaldo Carvalho de Melo2015-11-271-1/+1
* perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo2015-11-271-0/+4
* perf buildid-list: Show running kernel build id fixMichael Petlan2015-11-271-1/+1
* perf evlist: Display WEIGHT sample type bitJiri Olsa2015-11-261-0/+1
* perf symbols: Add the path to vmlinux.debugEkaterina Tumanova2015-11-261-1/+2
* perf symbols: Refactor vmlinux_path__init() to ease path additionsEkaterina Tumanova2015-11-261-31/+33
* perf tools: Correctly identify anon_hugepage when generating map (v2)Yannick Brosseau2015-11-261-2/+2
* perf machine: Adjust dso->long_name for offline moduleWang Nan2015-11-261-1/+26
* perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim2015-11-261-0/+1
* perf callchain: Honor hide_unresolvedNamhyung Kim2015-11-262-1/+7
* perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu2015-11-251-7/+6
* perf callchain: Add missing parent_val initializationJiri Olsa2015-11-231-0/+1