aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa2-0/+43
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa2-0/+139
2015-12-17perf cpu_map: Add cpu_map user level eventJiri Olsa4-1/+81
2015-12-17perf thread_map: Add perf_event__fprintf_thread_map functionJiri Olsa2-0/+17
2015-12-17perf thread_map: Add thread_map__new_event functionJiri Olsa2-0/+30
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa2-0/+40
2015-12-17perf thread_map: Add thread_map user level eventJiri Olsa4-1/+42
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf26-2331/+11
2015-12-17perf tools: Finalize subcmd independenceJosh Poimboeuf11-62/+237
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf5-23/+23
2015-12-16perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf4-41/+66
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