summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* tools headers powerpc: Remove unistd.hRavi Bangoria2019-01-101-1/+0
* perf powerpc: Rework syscall table generationRavi Bangoria2019-01-103-14/+450
* perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo2019-01-091-0/+1
* perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.hArnaldo Carvalho de Melo2019-01-081-2/+2
* tools include uapi: Grab a copy of linux/mount.hArnaldo Carvalho de Melo2019-01-081-0/+1
* perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo2019-01-081-6/+1
* perf tests: Add a test for the ARM 32-bit [vectors] pageFlorian Fainelli2019-01-084-0/+34
* perf tools: Make find_vdso_map() more modularFlorian Fainelli2019-01-084-12/+11
* perf trace: Fix alignment for [continued] linesArnaldo Carvalho de Melo2019-01-081-2/+3
* perf trace: Fix ')' placement in "interrupted" syscall linesArnaldo Carvalho de Melo2019-01-081-2/+8
* Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-089-22/+34
|\
| * perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-01-041-1/+2
| * perf python: Make sure the python binding output directory is in placeArnaldo Carvalho de Melo2019-01-041-1/+3
| * perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson2019-01-041-1/+0
| * perf annotate: Pass filename to objdump via execlIvan Krylov2019-01-041-4/+4
| * perf report: Fix wrong iteration count in --branch-historyJin Yao2019-01-043-13/+22
| * tools beauty: Make the prctl option table generator catch all PR_ optionsArnaldo Carvalho de Melo2019-01-031-1/+1
| * perf stat: Fix endless wait for child processJin Yao2019-01-031-1/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0620-147/+400
|\|
| * perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| * perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-025-25/+69
| * perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17
| * perf thread-stack: Factor out thread_stack__init()Adrian Hunter2019-01-021-7/+19
| * perf thread-stack: Allow for a thread stack arrayAdrian Hunter2019-01-021-6/+34
| * perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter2019-01-021-32/+49
| * perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter2019-01-021-4/+3
| * perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter2019-01-021-11/+7
| * perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa2018-12-281-1/+1
| * perf c2c: Change the default coalesce setupJiri Olsa2018-12-281-1/+1
| * perf trace beauty ioctl: Beautify USBDEVFS_ commandsArnaldo Carvalho de Melo2018-12-281-0/+22
| * perf trace beauty: Export function to get the files for a threadArnaldo Carvalho de Melo2018-12-282-5/+12
| * perf trace: Wire up ioctl's USBDEBFS_ cmd table generatorArnaldo Carvalho de Melo2018-12-281-0/+8
| * perf beauty ioctl: Add generator for USBDEVFS_ ioctl commandsArnaldo Carvalho de Melo2018-12-281-0/+19
| * tools headers uapi: Grab a copy of usbdevice_fs.hArnaldo Carvalho de Melo2018-12-281-0/+1
| * perf trace: Store the major number for a file when storing its pathnameArnaldo Carvalho de Melo2018-12-281-0/+5
| * perf trace: Move the files table resizing to outside set_pathname()Arnaldo Carvalho de Melo2018-12-281-6/+16
| * perf trace: Rename thread_thread->paths to thread_trace->filesArnaldo Carvalho de Melo2018-12-281-19/+23
| * perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-284-1/+34
| * perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa2018-12-281-1/+2
| * perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*"Colin Ian King2018-12-281-2/+2
| * perf trace: Do not hardcode the size of the tracepoint common_ fieldsArnaldo Carvalho de Melo2018-12-211-21/+52
| * perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev2018-12-211-21/+23
| * perf beauty mmap: PROT_WRITE should come before PROT_EXECArnaldo Carvalho de Melo2018-12-211-1/+1
| * perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setti...Arnaldo Carvalho de Melo2018-12-211-1/+3
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* | Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-295-0/+336
|\ \
| * | nds32: Perf portingNickhu2018-11-065-0/+336
* | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-272-1/+3
|\ \ \ | |_|/ |/| |
| * | powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan2018-12-202-1/+3
* | | perf symbols: Relax checks on perf-PID.map ownershipArnaldo Carvalho de Melo2018-12-181-11/+0