summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2015-12-17perf tools: Add stat config event read functionJiri Olsa
2015-12-17perf tools: Add stat config event synthesize functionJiri Olsa
2015-12-17perf tools: Add stat config user level eventJiri Olsa
2015-12-17perf cpu_map: Add perf_event__fprintf_cpu_map functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map user level eventJiri Olsa
2015-12-17perf thread_map: Add perf_event__fprintf_thread_map functionJiri Olsa
2015-12-17perf thread_map: Add thread_map__new_event functionJiri Olsa
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa
2015-12-17perf thread_map: Add thread_map user level eventJiri Olsa
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-17perf tools: Finalize subcmd independenceJosh Poimboeuf
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-12-16perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf
2015-12-16perf tools: Document the fact that parse_options*() may exitJosh Poimboeuf
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf
2015-12-14perf tools: Make options always available, even if required libs not linkedWang Nan
2015-12-14perf tools: Convert parse-options.c internal functions to staticJosh Poimboeuf
2015-12-14perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf
2015-12-14perf tools: Remove check for unused PERF_PAGER_IN_USEJosh Poimboeuf
2015-12-14perf tools: Create pager.hJosh Poimboeuf
2015-12-14perf evsel: Disable branch flags/cycles for --callgraph lbrAndi Kleen
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo
2015-12-14perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo
2015-12-11perf tools: Clear struct machine during machine__init()Wang Nan
2015-12-11perf data: Add u32_hex data typeWang Nan
2015-12-10perf symbols: Fix dso__load_sym to put dsoMasami Hiramatsu
2015-12-10perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu
2015-12-10perf top: Delete half-processed hist entries when exitNamhyung Kim
2015-12-10perf tools: Get rid of exit_browser() from usage_with_options()Namhyung Kim
2015-12-10perf thread_map: Free strlist on constructor error pathNamhyung Kim
2015-12-09perf tools: Move cmd_version() to builtin-version.cJosh Poimboeuf
2015-12-09perf tools: Save cmdline arguments earlierJosh Poimboeuf
2015-12-09perf tools: Move term functions out of util.cJosh Poimboeuf
2015-12-09perf tools: Remove unused pager_use_color variableJosh Poimboeuf
2015-12-09perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu
2015-12-09perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu
2015-12-09perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu
2015-12-07perf annotate: ARM supportRussell King
2015-12-07perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa
2015-12-07perf evsel: Introduce disable() methodJiri Olsa
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan
2015-11-27perf bpf: Rename bpf config to program configWang Nan
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim
2015-11-27perf list: Robustify event printing routineArnaldo Carvalho de Melo