aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30perf bpf: Add syscall_exit() helperArnaldo Carvalho de Melo1-0/+3
2018-08-30tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header fileTzvetomir Stoyanov (VMware)15-44/+71
2018-08-30perf report: Create auxiliary trace data files for s390Thomas Richter1-3/+91
2018-08-30perf trace beauty: Reorganize 'struct sockaddr *' beautifierArnaldo Carvalho de Melo1-21/+39
2018-08-30perf trace augmented_syscalls: Augment sendto's 'addr' argArnaldo Carvalho de Melo2-1/+15
2018-08-30perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr argArnaldo Carvalho de Melo2-0/+12
2018-08-30perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()Arnaldo Carvalho de Melo1-20/+26
2018-08-30perf trace augmented_syscalls: Augment connect's 'sockaddr' argArnaldo Carvalho de Melo5-11/+99
2018-08-30perf bpf: Add linux/socket.h to the headers accessible to bpf proggiesArnaldo Carvalho de Melo2-1/+27
2018-08-30perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo1-1/+1
2018-08-30perf trace: Add a etcsnoop.c augmented syscalls eBPF utilityArnaldo Carvalho de Melo1-0/+80
2018-08-30perf trace: Augment 'newstat' (aka 'stat') filename ptrArnaldo Carvalho de Melo1-0/+11
2018-08-30perf trace: Introduce augmented_filename_syscall_enter() declaratorArnaldo Carvalho de Melo1-55/+23
2018-08-30perf trace: Augment inotify_add_watch pathname syscall argArnaldo Carvalho de Melo1-0/+27
2018-08-30perf trace: Augment the 'open' syscall 'filename' argArnaldo Carvalho de Melo1-0/+27
2018-08-30perf trace: Use the augmented filename, expanding syscall enter pointersArnaldo Carvalho de Melo2-4/+23
2018-08-30perf trace: Show comm/tid for augmented_syscallsArnaldo Carvalho de Melo1-0/+1
2018-08-30perf trace: Extract the comm/tid printing for syscall enterArnaldo Carvalho de Melo1-4/+10
2018-08-30perf trace: Print the syscall name for augmented_syscallsArnaldo Carvalho de Melo1-4/+25
2018-08-30perf trace: Make the augmented_syscalls filter out the tracepoint eventArnaldo Carvalho de Melo1-1/+1
2018-08-30perf trace: Pass augmented args to the arg formatters when availableArnaldo Carvalho de Melo2-6/+51
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2-1/+22
2018-08-30perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das1-1/+3
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot1-4/+3
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot1-1/+1
2018-08-30perf tools: Streamline bpf examples and headers installationArnaldo Carvalho de Melo1-8/+6
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe1-2/+3
2018-08-30perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2-5/+6
2018-08-30perf tests: Add breakpoint modify testsJiri Olsa4-0/+221
2018-08-30perf annotate: Properly interpret indirect callMartin Liška1-2/+8
2018-08-20tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo1-1/+1
2018-08-20tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo1-1/+2
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa1-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa3-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa3-85/+69
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa1-2/+14
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa1-2/+17
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa4-3/+33
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa1-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa1-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa3-2/+8
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa3-29/+33
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa2-2/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa2-2/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa1-1/+3
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)7-106/+7
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2-2/+38
2018-08-20perf parser: Improve error message for PMU address filtersJack Henschel1-10/+10