aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf9-10/+58
2015-12-16perf tools: Document the fact that parse_options*() may exitJosh Poimboeuf1-0/+3
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf2-23/+2
2015-12-14perf tools: Make options always available, even if required libs not linkedWang Nan2-9/+114
2015-12-14perf tools: Convert parse-options.c internal functions to staticJosh Poimboeuf2-18/+9
2015-12-14perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf5-104/+110
2015-12-14perf tools: Remove check for unused PERF_PAGER_IN_USEJosh Poimboeuf1-7/+1
2015-12-14perf tools: Create pager.hJosh Poimboeuf2-4/+8
2015-12-14perf evsel: Disable branch flags/cycles for --callgraph lbrAndi Kleen1-1/+13
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo3-11/+22
2015-12-14perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo1-1/+2
2015-12-11perf tools: Clear struct machine during machine__init()Wang Nan1-0/+1
2015-12-11perf data: Add u32_hex data typeWang Nan1-0/+2
2015-12-10perf symbols: Fix dso__load_sym to put dsoMasami Hiramatsu1-2/+7
2015-12-10perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu2-5/+8
2015-12-10perf top: Delete half-processed hist entries when exitNamhyung Kim1-1/+25
2015-12-10perf tools: Get rid of exit_browser() from usage_with_options()Namhyung Kim1-3/+0
2015-12-10perf thread_map: Free strlist on constructor error pathNamhyung Kim1-0/+1
2015-12-09perf tools: Move cmd_version() to builtin-version.cJosh Poimboeuf1-7/+0
2015-12-09perf tools: Save cmdline arguments earlierJosh Poimboeuf2-11/+0
2015-12-09perf tools: Move term functions out of util.cJosh Poimboeuf5-37/+47
2015-12-09perf tools: Remove unused pager_use_color variableJosh Poimboeuf4-11/+1
2015-12-09perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu1-1/+1
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu1-0/+5
2015-12-09perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu1-0/+2
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu1-1/+9
2015-12-09perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu1-0/+1
2015-12-07perf annotate: ARM supportRussell King1-0/+23
2015-12-07perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa1-24/+8
2015-12-07perf evsel: Introduce disable() methodJiri Olsa2-0/+11
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa2-2/+5
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan1-1/+1
2015-11-27perf bpf: Rename bpf config to program configWang Nan2-34/+33
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim1-6/+0
2015-11-27perf list: Robustify event printing routineArnaldo Carvalho de Melo1-1/+1
2015-11-27perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo1-0/+4
2015-11-27perf buildid-list: Show running kernel build id fixMichael Petlan1-1/+1
2015-11-26perf evlist: Display WEIGHT sample type bitJiri Olsa1-0/+1
2015-11-26perf symbols: Add the path to vmlinux.debugEkaterina Tumanova1-1/+2
2015-11-26perf symbols: Refactor vmlinux_path__init() to ease path additionsEkaterina Tumanova1-31/+33
2015-11-26perf tools: Correctly identify anon_hugepage when generating map (v2)Yannick Brosseau1-2/+2
2015-11-26perf machine: Adjust dso->long_name for offline moduleWang Nan1-1/+26
2015-11-26perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim1-0/+1
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim2-1/+7
2015-11-25perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu1-7/+6
2015-11-23perf callchain: Add missing parent_val initializationJiri Olsa1-0/+1
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa2-15/+40
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa1-17/+30
2015-11-23perf callchain: Move initial entry call into get_entries functionJiri Olsa1-10/+15
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim2-0/+46