summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-30perf trace beauty: Reorganize 'struct sockaddr *' beautifierArnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Augment sendto's 'addr' argArnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr argArnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()Arnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Augment connect's 'sockaddr' argArnaldo Carvalho de Melo
2018-08-30perf bpf: Add linux/socket.h to the headers accessible to bpf proggiesArnaldo Carvalho de Melo
2018-08-30perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo
2018-08-30perf trace: Add a etcsnoop.c augmented syscalls eBPF utilityArnaldo Carvalho de Melo
2018-08-30perf trace: Augment 'newstat' (aka 'stat') filename ptrArnaldo Carvalho de Melo
2018-08-30perf trace: Introduce augmented_filename_syscall_enter() declaratorArnaldo Carvalho de Melo
2018-08-30perf trace: Augment inotify_add_watch pathname syscall argArnaldo Carvalho de Melo
2018-08-30perf trace: Augment the 'open' syscall 'filename' argArnaldo Carvalho de Melo
2018-08-30perf trace: Use the augmented filename, expanding syscall enter pointersArnaldo Carvalho de Melo
2018-08-30perf trace: Show comm/tid for augmented_syscallsArnaldo Carvalho de Melo
2018-08-30perf trace: Extract the comm/tid printing for syscall enterArnaldo Carvalho de Melo
2018-08-30perf trace: Print the syscall name for augmented_syscallsArnaldo Carvalho de Melo
2018-08-30perf trace: Make the augmented_syscalls filter out the tracepoint eventArnaldo Carvalho de Melo
2018-08-30perf trace: Pass augmented args to the arg formatters when availableArnaldo Carvalho de Melo
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips
2018-08-30perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot
2018-08-30perf tools: Streamline bpf examples and headers installationArnaldo Carvalho de Melo
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe
2018-08-30perf arm64: Fix include path for asm-generic/unistd.hKim Phillips
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa
2018-08-30perf tests: Add breakpoint modify testsJiri Olsa
2018-08-30perf annotate: Properly interpret indirect callMartin Liška
2018-08-23Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-08-20tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo
2018-08-20tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa
2018-08-20perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)