Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | perf cs-etm: Correct CPU mode for samples | Leo Yan | 2018-10-31 | 1 | -9/+30 | |
| | * | | | | | | | | | | perf unwind: Take pgoff into account when reporting elf to libdwfl | Milian Wolff | 2018-10-31 | 1 | -2/+2 | |
| | * | | | | | | | | | | perf top: Do not use overwrite mode by default | Arnaldo Carvalho de Melo | 2018-10-31 | 2 | -5/+17 | |
| | * | | | | | | | | | | perf top: Allow disabling the overwrite mode | Arnaldo Carvalho de Melo | 2018-10-30 | 2 | -0/+7 | |
| | * | | | | | | | | | | perf trace: Beautify mount's first pathname arg | Arnaldo Carvalho de Melo | 2018-10-30 | 1 | -1/+2 | |
| | * | | | | | | | | | | perf trace: Beautify the umount's 'name' argument | Arnaldo Carvalho de Melo | 2018-10-30 | 1 | -1/+2 | |
| | * | | | | | | | | | | perf trace: Consider syscall aliases too | Arnaldo Carvalho de Melo | 2018-10-30 | 1 | -1/+21 | |
| | * | | | | | | | | | | perf trace beauty: Beautify mount/umount's 'flags' argument | Arnaldo Carvalho de Melo | 2018-10-30 | 5 | -0/+61 | |
| | * | | | | | | | | | | perf trace beauty: Allow syscalls to mask an argument before considering it | Arnaldo Carvalho de Melo | 2018-10-30 | 1 | -0/+19 | |
| | * | | | | | | | | | | perf beauty: Introduce strarray__scnprintf_flags() | Arnaldo Carvalho de Melo | 2018-10-30 | 2 | -11/+17 | |
| | * | | | | | | | | | | perf beauty: Switch from GPL v2.0 to LGPL v2.1 | Arnaldo Carvalho de Melo | 2018-10-30 | 35 | -31/+36 | |
| | * | | | | | | | | | | perf beauty: Add a generator for MS_ mount/umount's flag constants | Arnaldo Carvalho de Melo | 2018-10-30 | 1 | -0/+15 | |
| | * | | | | | | | | | | tools include uapi: Grab a copy of linux/fs.h | Arnaldo Carvalho de Melo | 2018-10-30 | 2 | -0/+394 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | perf/core: Clean up inconsisent indentation | Colin Ian King | 2018-10-30 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'linus' into perf/urgent, to pick up fixes | Ingo Molnar | 2018-10-29 | 4923 | -126154/+249844 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo-4.20-20181025' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2018-10-26 | 38 | -396/+2778 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | perf script: Support total cycles count | Andi Kleen | 2018-10-24 | 1 | -4/+7 | |
| | * | | | | | | | | | perf script: Implement --graph-function | Andi Kleen | 2018-10-24 | 4 | -19/+86 | |
| | * | | | | | | | | | tools script: Add --call-trace and --call-ret-trace | Andi Kleen | 2018-10-24 | 2 | -0/+31 | |
| | * | | | | | | | | | perf script: Make itrace script default to all calls | Andi Kleen | 2018-10-24 | 7 | -13/+30 | |
| | * | | | | | | | | | perf script: Add --insn-trace for instruction decoding | Andi Kleen | 2018-10-24 | 3 | -0/+49 | |
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Add All branches report | Adrian Hunter | 2018-10-23 | 1 | -0/+547 | |
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Add ability to display all the d... | Adrian Hunter | 2018-10-23 | 1 | -0/+694 | |
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ... | Adrian Hunter | 2018-10-23 | 1 | -0/+24 | |
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t... | Adrian Hunter | 2018-10-23 | 1 | -1/+305 | |
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Add support for multiple sub-win... | Adrian Hunter | 2018-10-23 | 1 | -9/+173 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py | Adrian Hunter | 2018-10-23 | 4 | -6/+6 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Refactor TreeItem class | Adrian Hunter | 2018-10-23 | 1 | -140/+133 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Add data helper functions | Adrian Hunter | 2018-10-23 | 1 | -25/+29 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from T... | Adrian Hunter | 2018-10-23 | 1 | -29/+61 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Remove use of setObjectName() | Adrian Hunter | 2018-10-23 | 1 | -1/+0 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Add a class for global data | Adrian Hunter | 2018-10-23 | 1 | -5/+21 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Separate the database details in... | Adrian Hunter | 2018-10-23 | 1 | -25/+38 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Make a "Main" function | Adrian Hunter | 2018-10-23 | 1 | -1/+6 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Change icon | Adrian Hunter | 2018-10-23 | 1 | -3/+1 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Set a minimum window size | Adrian Hunter | 2018-10-23 | 1 | -0/+1 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Provide better default column sizes | Adrian Hunter | 2018-10-23 | 1 | -0/+3 | |
| | * | | | | | | | | | perf scripts python: call-graph-from-sql.py: Use SPDX license identifier | Adrian Hunter | 2018-10-22 | 1 | -11/+3 | |
| | * | | | | | | | | | perf trace: Introduce per-event maximum number of events property | Arnaldo Carvalho de Melo | 2018-10-22 | 3 | -2/+38 | |
| | * | | | | | | | | | perf script: Flush output stream after events in verbose mode | Milian Wolff | 2018-10-22 | 1 | -0/+3 | |
| | * | | | | | | | | | perf script: Allow extended console debug output | Milian Wolff | 2018-10-22 | 1 | -1/+3 | |
| | * | | | | | | | | | perf stat: Poll for monitored tasks being alive | Jiri Olsa | 2018-10-22 | 1 | -0/+24 | |
| | * | | | | | | | | | perf trace: Drop thread refcount in trace__event_handler() | Arnaldo Carvalho de Melo | 2018-10-22 | 1 | -1/+1 | |
| | * | | | | | | | | | perf trace: Drop addr_location refcounts | Arnaldo Carvalho de Melo | 2018-10-22 | 1 | -3/+5 | |
| | * | | | | | | | | | perf evsel: Mark a evsel as disabled when asking the kernel do disable it | Arnaldo Carvalho de Melo | 2018-10-22 | 3 | -7/+19 | |
| | * | | | | | | | | | perf evsel: Introduce per event max_events property | Arnaldo Carvalho de Melo | 2018-10-19 | 5 | -0/+17 | |
| | * | | | | | | | | | perf trace: Introduce --max-events | Arnaldo Carvalho de Melo | 2018-10-19 | 2 | -0/+68 | |
| | * | | | | | | | | | tools lib subcmd: Introduce OPTION_ULONG | Arnaldo Carvalho de Melo | 2018-10-19 | 2 | -0/+21 | |
| | * | | | | | | | | | perf arm64: Fix generate system call table failed with /tmp mounted with noexec | Hongxu Jia | 2018-10-19 | 1 | -1/+1 | |
| | * | | | | | | | | | perf symbols: Set PLT entry/header sizes properly on Sparc | David Miller | 2018-10-18 | 1 | -1/+11 |