| Commit message (Expand) | Author | Age | Files | Lines |
* | perf pmu-events: Fix missing "cpu_clk_unhalted.core" event | Jin Yao | 2019-08-08 | 1 | -0/+1 |
* | perf annotate: Fix s390 gap between kernel end and module start | Thomas Richter | 2019-08-08 | 3 | -1/+24 |
* | perf record: Fix module size on s390 | Thomas Richter | 2019-08-08 | 3 | -3/+16 |
* | perf tools: Fix include paths in ui directory | Ian Rogers | 2019-08-08 | 2 | -5/+6 |
* | perf tools: Fix a typo in a variable name in the Documentation Makefile | Masanari Iida | 2019-08-08 | 1 | -1/+1 |
* | perf cpumap: Fix writing to illegal memory in handling cpumap mask | He Zhe | 2019-08-08 | 1 | -1/+4 |
* | perf ftrace: Fix failure to set cpumask when only one cpu is present | He Zhe | 2019-08-08 | 1 | -1/+1 |
* | perf db-export: Fix thread__exec_comm() | Adrian Hunter | 2019-08-08 | 1 | -1/+11 |
* | perf annotate: Fix printing of unaugmented disassembled instructions from BPF | Arnaldo Carvalho de Melo | 2019-08-08 | 1 | -1/+1 |
* | perf bench numa: Fix cpu0 binding | Jiri Olsa | 2019-08-01 | 1 | -2/+4 |
* | perf tools: Fix perf.data documentation units for memory size | Vince Weaver | 2019-07-29 | 1 | -1/+1 |
* | perf header: Fix use of unitialized value warning | Numfor Mbiziwo-Tiapo | 2019-07-29 | 1 | -1/+1 |
* | perf header: Fix divide by zero error if f_header.attr_size==0 | Vince Weaver | 2019-07-29 | 1 | -0/+7 |
* | tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC() | Arnaldo Carvalho de Melo | 2019-07-29 | 1 | -3/+6 |
* | tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick u... | Arnaldo Carvalho de Melo | 2019-07-26 | 1 | -0/+2 |
* | Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2019-07-23 | 11 | -18/+46 |
|\ |
|
| * | perf probe: Avoid calling freeing routine multiple times for same pointer | Arnaldo Carvalho de Melo | 2019-07-23 | 1 | -0/+10 |
| * | perf probe: Set pev->nargs to zero after freeing pev->args entries | Arnaldo Carvalho de Melo | 2019-07-23 | 1 | -0/+1 |
| * | perf session: Fix loading of compressed data split across adjacent records | Alexey Budankov | 2019-07-23 | 3 | -10/+17 |
| * | perf stat: Always separate stalled cycles per insn | Cong Wang | 2019-07-23 | 1 | -1/+2 |
| * | perf stat: Fix segfault for event group in repeat mode | Jiri Olsa | 2019-07-23 | 2 | -1/+10 |
| * | perf tools: Fix proper buffer size for feature processing | Jiri Olsa | 2019-07-23 | 1 | -1/+1 |
| * | perf script: Fix off by one in brstackinsn IPC computation | Andi Kleen | 2019-07-23 | 1 | -1/+1 |
| * | perf script: Improve man page description of metrics | Andi Kleen | 2019-07-23 | 1 | -3/+3 |
| * | perf script: Fix --max-blocks man page description | Andi Kleen | 2019-07-23 | 1 | -1/+1 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-20 | 20 | -142/+1029 |
|\| |
|
| * | perf version: Fix segfault due to missing OPT_END() | Ravi Bangoria | 2019-07-15 | 1 | -0/+1 |
| * | perf vendor events s390: Add JSON files for machine type 8561 | Thomas Richter | 2019-07-12 | 5 | -0/+576 |
| * | perf cs-etm: Return errcode in cs_etm__process_auxtrace_info() | YueHaibing | 2019-07-11 | 1 | -3/+7 |
| * | perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info | YueHaibing | 2019-07-11 | 1 | -1/+1 |
| * | perf scripts python: export-to-postgresql.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+51 |
| * | perf scripts python: export-to-sqlite.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+41 |
| * | perf db-export: Export switch events | Adrian Hunter | 2019-07-10 | 3 | -0/+138 |
| * | perf db-export: Factor out db_export__threads() | Adrian Hunter | 2019-07-10 | 1 | -34/+48 |
| * | perf script: Add scripting operation process_switch() | Adrian Hunter | 2019-07-10 | 2 | -1/+10 |
| * | perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column | Adrian Hunter | 2019-07-10 | 1 | -2/+8 |
| * | perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons | Adrian Hunter | 2019-07-10 | 1 | -12/+12 |
| * | perf scripts python: export-to-postgresql.py: Add has_calls column to comms t... | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
| * | perf scripts python: export-to-sqlite.py: Add has_calls column to comms table | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
| * | perf db-export: Also export thread's current comm | Adrian Hunter | 2019-07-10 | 1 | -0/+8 |
| * | perf db-export: Factor out db_export__comm() | Adrian Hunter | 2019-07-10 | 2 | -7/+25 |
| * | perf scripts python: export-to-postgresql.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -5/+10 |
| * | perf scripts python: export-to-sqlite.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -4/+7 |
| * | perf db-export: Export comm details | Adrian Hunter | 2019-07-10 | 3 | -4/+9 |
| * | perf db-export: Fix a white space issue in db_export__sample() | Adrian Hunter | 2019-07-10 | 1 | -1/+1 |
| * | perf db-export: Move export__comm_thread into db_export__sample() | Adrian Hunter | 2019-07-10 | 2 | -16/+22 |
| * | perf db-export: Export comm before exporting thread | Adrian Hunter | 2019-07-10 | 1 | -7/+6 |
| * | perf db-export: Export main_thread in db_export__sample() | Adrian Hunter | 2019-07-10 | 1 | -12/+18 |
| * | perf db-export: Pass main_thread to db_export__thread() | Adrian Hunter | 2019-07-10 | 2 | -22/+10 |
| * | perf db-export: Rename db_export__comm() to db_export__exec_comm() | Adrian Hunter | 2019-07-10 | 2 | -5/+21 |