aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim3-50/+0
2017-06-08perf symbols: Keep DSO->symtab_type after decompressNamhyung Kim1-0/+2
2017-06-08perf tests: Decompress kernel module before objdumpNamhyung Kim1-1/+19
2017-06-08perf tools: Consolidate error path in __open_dso()Namhyung Kim1-11/+8
2017-06-08perf tools: Decompress kernel module when reading DSO dataNamhyung Kim1-0/+16
2017-06-08perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim1-24/+3
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim3-35/+65
2017-06-08perf tools: Fix a memory leak in __open_dso()Namhyung Kim1-1/+3
2017-06-08perf annotate: Fix symbolic link of build-id cacheNamhyung Kim1-1/+9
2017-06-07perf script python: Remove dups in documentation examplesSeongJae Park1-4/+2
2017-06-07perf script python: Updated trace_unhandled() signatureSeongJae Park1-6/+3
2017-06-07perf script python: Fix wrong code snippets in documentationSeongJae Park1-2/+2
2017-06-07perf script: Fix documentation errorsSeongJae Park2-3/+3
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park1-1/+1
2017-06-07perf probe: Fix examples section of documentationSeongJae Park1-2/+6
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff1-0/+8
2017-06-05perf report: Include partial stacks unwound with libdwMilian Wolff1-1/+1
2017-06-05perf annotate: Add missing powerpc tripletKim Phillips1-0/+1
2017-06-05perf test: Disable breakpoint signal tests for powerpcJiri Olsa3-0/+24
2017-06-05perf symbols: Use correct filename for compressed modules in build-id cacheNamhyung Kim1-4/+1
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim4-11/+20
2017-06-05perf header: Set proper module name when build-id event foundNamhyung Kim1-2/+10
2017-06-02perf stat: Only print NMI watchdog hint when enabledAndi Kleen1-1/+4
2017-06-01perf annotate: Fix branch instruction with multiple operandsKim Phillips1-3/+30
2017-06-01perf trace: Add mmap alias for s390Jiri Olsa1-0/+4
2017-05-27perf annotate: Fix failure when filename has special charsRavi Bangoria1-1/+1
2017-05-24perf tools: Put caller above callee in --children modeNamhyung Kim1-0/+2
2017-05-24perf report: Do not drop last inlined frameMilian Wolff1-4/+14
2017-05-24perf report: Always honor callchain order for inlined nodesMilian Wolff1-14/+4
2017-05-24perf script: Add --inline option for debuggingNamhyung Kim3-0/+39
2017-05-24perf report: Fix off-by-one for non-activation framesMilian Wolff2-1/+16
2017-05-24perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff1-10/+13
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff1-4/+9
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds40-157/+230
2017-05-04perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips1-0/+2
2017-05-04perf annotate: Fix AArch64 comment charKim Phillips1-1/+1
2017-05-04perf tools: Fix spelling mistakesKim Phillips6-10/+10
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02perf config: Refactor a duplicated code for obtaining config file nameTaeung Song1-11/+8
2017-05-02perf symbols: Allow user probes on versioned symbolsPaul Clarke5-20/+74
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo5-28/+37
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2-11/+0
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo4-34/+36
2017-04-26perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo2-2/+3
2017-04-26perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo2-2/+3
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo8-25/+35
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo11-9/+17
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo3-4/+4
2017-04-24perf tools: Fix the code to strip command nameJiri Olsa1-1/+8
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo15-5/+19