summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-12-17perf tools: Add stat event synthesize functionJiri Olsa
2015-12-17perf tools: Add stat user level eventJiri Olsa
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-17perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-12-17perf 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-15perf record: Add record.build-id config optionNamhyung Kim
2015-12-14perf record: Support custom vmlinux pathHe Kuang
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 build: Rename LIB_PATH -> API_PATHJosh Poimboeuf
2015-12-14perf build: Fix 'make clean'Josh Poimboeuf
2015-12-14perf test: Remove tarpkg at end of testJosh Poimboeuf
2015-12-14perf test: Add Build file to dependencies for llvm-src-*.cJosh Poimboeuf
2015-12-14perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim
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 test: Dump the stack when test segfaults when in verbose modeArnaldo Carvalho de Melo
2015-12-14perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig
2015-12-11perf tools: Clear struct machine during machine__init()Wang Nan
2015-12-11perf script: Add support for PERF_TYPE_BREAKPOINTWang Nan
2015-12-11perf data: Add u32_hex data typeWang Nan
2015-12-11perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim
2015-12-11perf top: Fix annotation on --stdioNamhyung Kim
2015-12-11perf top: Access hists->lock only if neededNamhyung Kim
2015-12-11perf top: Do not convert address for perf_top__record_precise_ip()Namhyung Kim
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-10Revert "perf tools: Improve setting of gcc debug option"Arnaldo Carvalho de Melo
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