summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | perf tools: Make is_supported_compression() staticJiri Olsa2018-08-202-2/+1Star
| | * | | | perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-202-2/+1Star
| | * | | | 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/+7Star
| | * | | | 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-153-2/+28
| | * | | | kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-152-1/+50
| | * | | | kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-151-14/+11Star
| | * | | | perf auxtrace: Fix queue resizeAdrian Hunter2018-08-151-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
| | * | | | tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)2018-08-1310-52/+52
| | * | | | tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2018-08-137-89/+89
| | * | | | tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2018-08-135-25/+25
| | * | | | tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)2018-08-1312-57/+57
| | * | | | tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2018-08-137-25/+25
| | * | | | tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)2018-08-1313-67/+67
| | * | | | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-1312-70/+70
| | * | | | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-1024-215/+215
| | * | | | perf probe powerpc: Fix trace event post-processingSandipan Das2018-08-091-1/+3
| | * | | | perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov2018-08-082-19/+26
| | * | | | perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov2018-08-081-3/+10
| | * | | | perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO be...Arnaldo Carvalho de Melo2018-08-081-1/+4
| | * | | | perf trace: Setup the augmented syscalls bpf-output event fieldsArnaldo Carvalho de Melo2018-08-081-1/+33
| | * | | | perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo2018-08-083-18/+21