summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-2693-1628/+3259
|\
| * Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-2326-266/+256
| |\
| | * tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-08-201-1/+1
| | * tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo2018-08-201-1/+2
| | * perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa2018-08-201-1/+19
| | * perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa2018-08-203-3/+5
| | * perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-203-85/+69
| | * perf tools: Add gzip_is_compressed functionJiri Olsa2018-08-201-2/+14
| | * perf tools: Add lzma_is_compressed functionJiri Olsa2018-08-201-2/+17
| | * perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-204-3/+33
| | * perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12
| | * perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3
| | * perf tools: Store compression id into struct dsoJiri Olsa2018-08-203-2/+8
| | * perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-203-29/+33
| | * perf tools: Make is_supported_compression() staticJiri Olsa2018-08-202-2/+1
| | * perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-202-2/+1
| | * perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa2018-08-201-1/+3
| | * perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa2018-08-201-1/+3
| | * perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa2018-08-201-1/+3
| | * tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2018-08-207-106/+7
| | * perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2018-08-202-2/+38
| | * perf parser: Improve error message for PMU address filtersJack Henschel2018-08-201-10/+10
| | * perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-08-201-2/+2
| |/
| * Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-1872-1362/+3003
| |\
| | * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-143-2/+28
| | * kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-142-1/+50
| | * kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-141-14/+11
| | * perf auxtrace: Fix queue resizeAdrian Hunter2018-08-141-0/+3
| | * perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo2018-08-141-1/+9
| | * perf arm spe: Fix uninitialized record error variableKim Phillips2018-08-141-0/+1
| | * perf tools: Move syscall_64.tbl check into check-headers.shJiri Olsa2018-08-142-3/+3
| | * perf tools: Make check-headers.sh check based on kernel dirJiri Olsa2018-08-141-3/+7
| | * perf tools: Fix check-headers.sh AND list path of executionAlexander Kapshuk2018-08-131-2/+6
| | * perf tools: Check for null when copying nsinfo.Benno Evers2018-08-131-0/+3
| | * tools lib traceevent: Rename static variables and functions in event-parse.cTzvetomir Stoyanov (VMware)2018-08-131-27/+27
| | * tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)2018-08-133-21/+21
| | * tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)2018-08-133-26/+26
| | * tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)2018-08-133-11/+11
| | * tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)2018-08-135-25/+25
| | * tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)2018-08-135-60/+60
| | * tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)2018-08-133-36/+36
| | * tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)2018-08-1312-179/+179
| | * tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)2018-08-132-67/+67
| | * tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)2018-08-133-24/+24
| | * tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)2018-08-137-66/+66
| | * tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)2018-08-135-133/+133
| | * tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-136-11/+11
| | * tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)2018-08-133-11/+11
| | * tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-137-29/+29
| | * tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)2018-08-134-11/+11