aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2017-07-27perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao
2017-07-27perf intel-pt: Clear FUP flag on errorAdrian Hunter
2017-07-27perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter
2017-07-27perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter
2017-07-27perf intel-pt: Fix last_ip usageAdrian Hunter
2017-07-27perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter
2017-07-27perf intel-pt: Fix missing stack clearAdrian Hunter
2017-07-27perf intel-pt: Improve sample timestampAdrian Hunter
2017-07-27perf intel-pt: Move decoder error setting into one conditionAdrian Hunter
2017-06-26perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim
2017-06-08perf symbols: Keep DSO->symtab_type after decompressNamhyung Kim
2017-06-08perf tests: Decompress kernel module before objdumpNamhyung Kim
2017-06-08perf tools: Consolidate error path in __open_dso()Namhyung Kim
2017-06-08perf tools: Decompress kernel module when reading DSO dataNamhyung Kim
2017-06-08perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim
2017-06-08perf tools: Fix a memory leak in __open_dso()Namhyung Kim
2017-06-08perf annotate: Fix symbolic link of build-id cacheNamhyung Kim
2017-06-07perf script python: Remove dups in documentation examplesSeongJae Park
2017-06-07perf script python: Updated trace_unhandled() signatureSeongJae Park
2017-06-07perf script python: Fix wrong code snippets in documentationSeongJae Park
2017-06-07perf script: Fix documentation errorsSeongJae Park
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park
2017-06-07perf probe: Fix examples section of documentationSeongJae Park
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff
2017-06-05perf report: Include partial stacks unwound with libdwMilian Wolff
2017-06-05perf annotate: Add missing powerpc tripletKim Phillips
2017-06-05perf test: Disable breakpoint signal tests for powerpcJiri Olsa
2017-06-05perf symbols: Use correct filename for compressed modules in build-id cacheNamhyung Kim
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim
2017-06-05perf header: Set proper module name when build-id event foundNamhyung Kim
2017-06-02perf stat: Only print NMI watchdog hint when enabledAndi Kleen
2017-06-01perf annotate: Fix branch instruction with multiple operandsKim Phillips
2017-06-01perf trace: Add mmap alias for s390Jiri Olsa
2017-05-27perf annotate: Fix failure when filename has special charsRavi Bangoria
2017-05-24perf tools: Put caller above callee in --children modeNamhyung Kim
2017-05-24perf report: Do not drop last inlined frameMilian Wolff
2017-05-24perf report: Always honor callchain order for inlined nodesMilian Wolff
2017-05-24perf script: Add --inline option for debuggingNamhyung Kim
2017-05-24perf report: Fix off-by-one for non-activation framesMilian Wolff
2017-05-24perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-04perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips
2017-05-04perf annotate: Fix AArch64 comment charKim Phillips