aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Gravatar Christoph Hellwig 3-5/+7
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Gravatar Namhyung Kim 3-50/+0
2017-06-08perf symbols: Keep DSO->symtab_type after decompressGravatar Namhyung Kim 1-0/+2
2017-06-08perf tests: Decompress kernel module before objdumpGravatar Namhyung Kim 1-1/+19
2017-06-08perf tools: Consolidate error path in __open_dso()Gravatar Namhyung Kim 1-11/+8
2017-06-08perf tools: Decompress kernel module when reading DSO dataGravatar Namhyung Kim 1-0/+16
2017-06-08perf annotate: Use dso__decompress_kmodule_path()Gravatar Namhyung Kim 1-24/+3
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Gravatar Namhyung Kim 3-35/+65
2017-06-08perf tools: Fix a memory leak in __open_dso()Gravatar Namhyung Kim 1-1/+3
2017-06-08perf annotate: Fix symbolic link of build-id cacheGravatar Namhyung Kim 1-1/+9
2017-06-07perf script python: Remove dups in documentation examplesGravatar SeongJae Park 1-4/+2
2017-06-07perf script python: Updated trace_unhandled() signatureGravatar SeongJae Park 1-6/+3
2017-06-07perf script python: Fix wrong code snippets in documentationGravatar SeongJae Park 1-2/+2
2017-06-07perf script: Fix documentation errorsGravatar SeongJae Park 2-3/+3
2017-06-07perf script: Fix outdated comment for perf-trace-pythonGravatar SeongJae Park 1-1/+1
2017-06-07perf probe: Fix examples section of documentationGravatar SeongJae Park 1-2/+6
2017-06-07Merge tag 'perf-urgent-for-mingo-4.12-20170606' of git://git.kernel.org/pub/s...Gravatar Ingo Molnar 13-22/+103
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Gravatar Andy Shevchenko 3-5/+7
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesGravatar Milian Wolff 1-0/+8
2017-06-05perf report: Include partial stacks unwound with libdwGravatar Milian Wolff 1-1/+1
2017-06-05perf annotate: Add missing powerpc tripletGravatar Kim Phillips 1-0/+1
2017-06-05perf test: Disable breakpoint signal tests for powerpcGravatar Jiri Olsa 3-0/+24
2017-06-05perf symbols: Use correct filename for compressed modules in build-id cacheGravatar Namhyung Kim 1-4/+1
2017-06-05perf symbols: Set module info when build-id event foundGravatar Namhyung Kim 4-11/+20
2017-06-05perf header: Set proper module name when build-id event foundGravatar Namhyung Kim 1-2/+10
2017-06-02perf stat: Only print NMI watchdog hint when enabledGravatar Andi Kleen 1-1/+4
2017-06-01perf annotate: Fix branch instruction with multiple operandsGravatar Kim Phillips 1-3/+30
2017-06-01perf trace: Add mmap alias for s390Gravatar Jiri Olsa 1-0/+4
2017-05-27Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2017-05-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 18-47/+176
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+21
2017-05-27perf annotate: Fix failure when filename has special charsGravatar Ravi Bangoria 1-1/+1
2017-05-26selftests/ftrace: Add a testcase for many kprobe eventsGravatar Masami Hiramatsu 1-0/+21
2017-05-25bpf: add various verifier test casesGravatar Daniel Borkmann 2-4/+245
2017-05-24tools/include: Sync kernel ABI headers with tooling headersGravatar Ingo Molnar 10-19/+84
2017-05-24perf tools: Put caller above callee in --children modeGravatar Namhyung Kim 1-0/+2
2017-05-24perf report: Do not drop last inlined frameGravatar Milian Wolff 1-4/+14
2017-05-24perf report: Always honor callchain order for inlined nodesGravatar Milian Wolff 1-14/+4
2017-05-24perf script: Add --inline option for debuggingGravatar Namhyung Kim 3-0/+39
2017-05-24perf report: Fix off-by-one for non-activation framesGravatar Milian Wolff 2-1/+16
2017-05-24perf report: Fix memory leak in addr2line when called by addr2inlinesGravatar Milian Wolff 1-10/+13
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeGravatar Milian Wolff 1-4/+9
2017-05-22Merge branches 'acpi-button' and 'acpi-tools'Gravatar Rafael J. Wysocki 1-0/+4
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-6/+10
2017-05-19Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-1/+122
2017-05-19selftests/powerpc: Fix TM resched DSCR test with some compilersGravatar Michael Ellerman 1-1/+1
2017-05-17selftests/ftrace: Add test to remove instance with active event triggersGravatar Naveen N. Rao 1-2/+6
2017-05-17selftests/ftrace: Fix bashismsGravatar Naveen N. Rao 3-4/+4
2017-05-17selftests/bpf: fix broken build due to types.hGravatar Yonghong Song 2-0/+17
2017-05-16selftests/powerpc: Test TM and VMX register stateGravatar Michael Neuling 3-1/+122