summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-10-31perf top: Start display thread earlierDavid Miller
2018-10-31perf trace beauty: Use the mmap flags table generated from headersArnaldo Carvalho de Melo
2018-10-31perf beauty: Wire up the mmap flags table generator to the MakefileArnaldo Carvalho de Melo
2018-10-31perf beauty: Add a generator for MAP_ mmap's flag constantsArnaldo Carvalho de Melo
2018-10-31perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff
2018-10-31perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-10-30perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo
2018-10-30perf trace: Beautify mount's first pathname argArnaldo Carvalho de Melo
2018-10-30perf trace: Beautify the umount's 'name' argumentArnaldo Carvalho de Melo
2018-10-30perf trace: Consider syscall aliases tooArnaldo Carvalho de Melo
2018-10-30perf trace beauty: Beautify mount/umount's 'flags' argumentArnaldo Carvalho de Melo
2018-10-30perf trace beauty: Allow syscalls to mask an argument before considering itArnaldo Carvalho de Melo
2018-10-30perf beauty: Introduce strarray__scnprintf_flags()Arnaldo Carvalho de Melo
2018-10-30perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo
2018-10-30perf beauty: Add a generator for MS_ mount/umount's flag constantsArnaldo Carvalho de Melo
2018-10-30tools include uapi: Grab a copy of linux/fs.hArnaldo Carvalho de Melo
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-10-24perf script: Support total cycles countAndi Kleen
2018-10-24perf script: Implement --graph-functionAndi Kleen
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen
2018-10-24perf script: Make itrace script default to all callsAndi Kleen
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23perf scripts python: exported-sql-viewer.py: Add All branches reportAdrian Hunter
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to display all the d...Adrian Hunter
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ...Adrian Hunter
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t...Adrian Hunter
2018-10-23perf scripts python: exported-sql-viewer.py: Add support for multiple sub-win...Adrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Refactor TreeItem classAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Add data helper functionsAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from T...Adrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()Adrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Add a class for global dataAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Separate the database details in...Adrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Make a "Main" functionAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Change iconAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Set a minimum window sizeAdrian Hunter
2018-10-23perf scripts python: call-graph-from-sql.py: Provide better default column sizesAdrian Hunter
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-22perf scripts python: call-graph-from-sql.py: Use SPDX license identifierAdrian Hunter
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo