summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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 build: Remove unnecessary line in Makefile.featureJosh 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-14selftests/powerpc: Add test to check if VSRs are corruptedRashmica Gupta
2015-12-14selftests/powerpc: Add TM signal with invalid stack testMichael Neuling
2015-12-14selftests/powerpc: Add TM signal return testMichael Neuling
2015-12-14selftests/powerpc: Skip tm-resched-dscr if we don't have TMMichael Ellerman
2015-12-14selftests/powerpc: Move TM helpers into tm.hMichael Ellerman
2015-12-14selftests/powerpc: Add have_hwcap2() helperMichael Ellerman
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman
2015-12-14Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar
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-11tools lib bpf: Fetch map names from correct strtabWang Nan
2015-12-11tools lib bpf: Check return value of strdup when reading map namesWang 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-10selftests/timers: fix write return value handlngAndrzej Hajda
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
2015-12-10perf top: Do show usage message when failing to create cpu/thread mapsArnaldo Carvalho de Melo
2015-12-10perf report: Check argument before calling setup_browser()Namhyung Kim
2015-12-10perf kvm: Remove invocation of setup/exit_browser()Namhyung Kim
2015-12-10perf annotate: Delay UI browser setup after initialization is doneNamhyung Kim
2015-12-10perf annotate: Check argument before calling setup_browser()Namhyung Kim
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard
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 stat: Fix cmd_stat to release cpu_mapMasami Hiramatsu
2015-12-09perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu