summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-08-30perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_count...Jiri Olsa
2018-08-30perf stat: Move STAT_RECORD out of perf_evlist__print_counters()Jiri Olsa
2018-08-30perf stat: Introduce perf_evlist__print_counters()Jiri Olsa
2018-08-30perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa
2018-08-30perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()Jiri Olsa
2018-08-30perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()Jiri Olsa
2018-08-30perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()Jiri Olsa
2018-08-30perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_con...Jiri Olsa
2018-08-30perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()Jiri Olsa
2018-08-30perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa
2018-08-30perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa
2018-08-30perf stat: Add 'identifier' flag to 'struct perf_stat_config'Jiri Olsa
2018-08-30perf stat: Use local config arg for scale in create_perf_stat_counter()Jiri Olsa
2018-08-30perf stat: Move 'no_inherit' to 'struct perf_stat_config'Jiri Olsa
2018-08-30perf stat: Move 'initial_delay' to 'struct perf_stat_config'Jiri Olsa
2018-08-30perf stat: Use evsel->threads in create_perf_stat_counter()Jiri Olsa
2018-08-30perf trace: Show comm and tid for tracepoint eventsArnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL tooArnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_sy...Arnaldo Carvalho de Melo
2018-08-30perf augmented_syscalls: Update the header commentsArnaldo Carvalho de Melo
2018-08-30perf bpf: Add syscall_exit() helperArnaldo Carvalho de Melo
2018-08-30tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)
2018-08-30perf report: Create auxiliary trace data files for s390Thomas Richter
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 tests: Add breakpoint modify testsJiri Olsa