summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | perf trace: Handle "bpf-output" events associated with "__augmented_syscalls_...Arnaldo Carvalho de Melo2018-08-082-0/+62
| | * | | perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functionsArnaldo Carvalho de Melo2018-08-081-0/+3
| | * | | perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo2018-08-082-8/+11
| | * | | perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo2018-08-082-9/+24
| | * | | perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo2018-08-081-2/+5
| | * | | perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output functionArnaldo Carvalho de Melo2018-08-082-0/+28
| | * | | perf bpf: Add struct bpf_map structArnaldo Carvalho de Melo2018-08-081-0/+14
| | * | | perf report: Add --percent-type optionJiri Olsa2018-08-082-0/+12
| | * | | perf annotate: Add --percent-type optionJiri Olsa2018-08-084-0/+67
| | * | | perf annotate: Display percent type in stdio outputJiri Olsa2018-08-081-3/+6
| | * | | perf annotate: Make local period the default percent typeJiri Olsa2018-08-081-1/+1
| | * | | perf annotate: Add support to toggle percent typeJiri Olsa2018-08-082-4/+64
| | * | | perf annotate: Pass browser percent_type in annotate_browser__calc_percent()Jiri Olsa2018-08-081-1/+1
| | * | | perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-083-23/+29
| | * | | perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa2018-08-081-10/+13
| | * | | perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-082-5/+9