summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'Jiri Olsa2018-08-302-3/+3
| * | | | | perf stat: Move 'null_run' to 'struct perf_stat_config'Jiri Olsa2018-08-302-4/+4
| * | | | | perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'Jiri Olsa2018-08-302-7/+9
| * | | | | perf stat: Pass 'evlist' to aggr_update_shadow()Jiri Olsa2018-08-301-3/+4
| * | | | | perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()Jiri Olsa2018-08-301-7/+8
| * | | | | perf stat: Move 'metric_only_len' to 'struct perf_stat_config'Jiri Olsa2018-08-302-5/+6
| * | | | | perf stat: Move 'run_count' to 'struct perf_stat_config'Jiri Olsa2018-08-302-19/+21
| * | | | | perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()Jiri Olsa2018-08-301-2/+3
| * | | | | perf stat: Pass 'evlist' argument to print functionsJiri Olsa2018-08-301-9/+13
| * | | | | perf stat: Add 'target' argument to perf_evlist__print_counters()Jiri Olsa2018-08-301-9/+11
| * | | | | perf stat: Move 'unit_width' to 'struct perf_stat_config'Jiri Olsa2018-08-302-5/+7
| * | | | | perf stat: Move 'metric_only' to 'struct perf_stat_config'Jiri Olsa2018-08-302-13/+17
| * | | | | perf stat: Move 'interval_clear' to 'struct perf_stat_config'Jiri Olsa2018-08-302-5/+5
| * | | | | perf stat: Move csv_* to 'struct perf_stat_config'Jiri Olsa2018-08-302-58/+58
| * | | | | perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa2018-08-304-106/+131
| * | | | | perf stat: Pass 'struct perf_stat_config' argument to local print functionsJiri Olsa2018-08-301-69/+80
| * | | | | perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_count...Jiri Olsa2018-08-301-7/+9
| * | | | | perf stat: Move STAT_RECORD out of perf_evlist__print_counters()Jiri Olsa2018-08-301-4/+4
| * | | | | perf stat: Introduce perf_evlist__print_counters()Jiri Olsa2018-08-301-4/+12
| * | | | | perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa2018-08-303-42/+48
| * | | | | perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()Jiri Olsa2018-08-301-10/+7
| * | | | | perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()Jiri Olsa2018-08-301-6/+7
| * | | | | perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()Jiri Olsa2018-08-301-6/+7
| * | | | | perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_con...Jiri Olsa2018-08-301-3/+4
| * | | | | perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()Jiri Olsa2018-08-301-3/+3
| * | | | | perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa2018-08-303-53/+58
| * | | | | perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa2018-08-303-32/+31
| * | | | | perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa2018-08-304-6/+6
| * | | | | perf stat: Add 'identifier' flag to 'struct perf_stat_config'Jiri Olsa2018-08-302-10/+13
| * | | | | perf stat: Use local config arg for scale in create_perf_stat_counter()Jiri Olsa2018-08-301-1/+1
| * | | | | perf stat: Move 'no_inherit' to 'struct perf_stat_config'Jiri Olsa2018-08-302-3/+3
| * | | | | perf stat: Move 'initial_delay' to 'struct perf_stat_config'Jiri Olsa2018-08-302-16/+18
| * | | | | perf stat: Use evsel->threads in create_perf_stat_counter()Jiri Olsa2018-08-301-1/+1
| * | | | | perf trace: Show comm and tid for tracepoint eventsArnaldo Carvalho de Melo2018-08-301-10/+9
| * | | | | perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL tooArnaldo Carvalho de Melo2018-08-301-0/+14
| * | | | | perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_sy...Arnaldo Carvalho de Melo2018-08-301-9/+9
| * | | | | perf augmented_syscalls: Update the header commentsArnaldo Carvalho de Melo2018-08-301-7/+5
| * | | | | perf bpf: Add syscall_exit() helperArnaldo Carvalho de Melo2018-08-301-0/+3
| * | | | | tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)2018-08-301-0/+1
| * | | | | perf report: Create auxiliary trace data files for s390Thomas Richter2018-08-301-3/+91
| * | | | | perf trace beauty: Reorganize 'struct sockaddr *' beautifierArnaldo Carvalho de Melo2018-08-301-21/+39
| * | | | | perf trace augmented_syscalls: Augment sendto's 'addr' argArnaldo Carvalho de Melo2018-08-302-1/+15
| * | | | | perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr argArnaldo Carvalho de Melo2018-08-302-0/+12
| * | | | | perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()Arnaldo Carvalho de Melo2018-08-301-20/+26
| * | | | | perf trace augmented_syscalls: Augment connect's 'sockaddr' argArnaldo Carvalho de Melo2018-08-305-11/+99
| * | | | | perf bpf: Add linux/socket.h to the headers accessible to bpf proggiesArnaldo Carvalho de Melo2018-08-302-1/+27
| * | | | | perf bpf: Give precedence to bpf header dirArnaldo Carvalho de Melo2018-08-301-1/+1
| * | | | | perf trace: Add a etcsnoop.c augmented syscalls eBPF utilityArnaldo Carvalho de Melo2018-08-301-0/+80
| * | | | | perf trace: Augment 'newstat' (aka 'stat') filename ptrArnaldo Carvalho de Melo2018-08-301-0/+11
| * | | | | perf trace: Introduce augmented_filename_syscall_enter() declaratorArnaldo Carvalho de Melo2018-08-301-55/+23