aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-06-08perf symbols: Kill dso__build_id_is_kmod()perf-urgent-for-mingo-4.12-20170608Namhyung 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 seesperf-urgent-for-mingo-4.12-20170606Milian 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
2017-05-04perf tools: Fix spelling mistakesKim Phillips
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-02perf config: Refactor a duplicated code for obtaining config file nameperf-core-for-mingo-4.12-20170503Taeung Song
2017-05-02perf symbols: Allow user probes on versioned symbolsPaul Clarke
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo
2017-04-26perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo
2017-04-26perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo
2017-04-24perf tools: Fix the code to strip command nameperf-core-for-mingo-4.12-20170424Jiri Olsa
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo