aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend1-3/+7
2018-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman5-2/+207
2018-09-20perf vendor events arm64: Revise core JSON events for eMAGSean V Kelley10-32/+492
2018-09-20perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter1-11/+23
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2-0/+7
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter1-7/+9
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter1-5/+30
2018-09-20selftests: mlxsw: Add a test for UC behavior under MC floodPetr Machata1-0/+347
2018-09-20selftests: forwarding: lib: Add mtu_set(), mtu_restore()Petr Machata1-0/+17
2018-09-20selftests: forwarding: lib: Add ethtool_stats_get()Petr Machata1-0/+8
2018-09-20perf db-export: Add trace begin / end branch type variantsAdrian Hunter1-0/+22
2018-09-20perf script: Enhance sample flags for trace begin / endAdrian Hunter1-9/+27
2018-09-20kvm: selftests: Add platform_info_testDrew Schmitt5-1/+206
2018-09-20kvm: selftests: use -pthread instead of -lpthreadLei Yang1-1/+1
2018-09-19tools: bpf: fix license for a compat header fileJakub Kicinski1-1/+1
2018-09-19tools lib traceevent: Add prefix tep_ to enum filter_trivial_typeTzvetomir Stoyanov (VMware)2-18/+18
2018-09-19tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)3-14/+14
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)3-15/+15
2018-09-19tools lib traceevent: Add prefix tep_ to structs filter_type and event_filterTzvetomir Stoyanov (VMware)2-65/+65
2018-09-19tools lib traceevent: Add prefix tep_ to various structs filter_arg_*.Tzvetomir Stoyanov (VMware)1-24/+24
2018-09-19tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}Tzvetomir Stoyanov (VMware)2-74/+74
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_typeTzvetomir Stoyanov (VMware)2-131/+131
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_typeTzvetomir Stoyanov (VMware)2-95/+95
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_typeTzvetomir Stoyanov (VMware)4-186/+186
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)4-126/+126
2018-09-19tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flagsTzvetomir Stoyanov (VMware)2-29/+29
2018-09-19tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}typeTzvetomir Stoyanov (VMware)3-279/+279
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)11-87/+87
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)17-116/+116
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_formatTzvetomir Stoyanov (VMware)18-194/+194
2018-09-19perf script: Print DSO for callindentAndi Kleen1-1/+8
2018-09-19perf script: Allow sym and dso without ip, addrAndi Kleen1-7/+10
2018-09-19tools lib subcmd: Support overwriting the pagerAndi Kleen2-1/+11
2018-09-19perf tools: Report itrace options in helpAndi Kleen4-3/+23
2018-09-19perf help: Add missing subcommand `version`Sangwon Hong1-0/+1
2018-09-19perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo1-1/+1
2018-09-19perf tools: Initialize perf_data_file fd fieldJérémie Galarneau1-1/+1
2018-09-19perf util: Make copyfile_offset() globalJiri Olsa2-1/+3
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa5-15/+20
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa3-21/+22
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa5-21/+14
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa14-136/+103
2018-09-19perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return codeDing Xiang1-1/+1
2018-09-19tools include: Adopt PTR_ERR_OR_ZERO from the kernel err.h headerDing Xiang1-0/+7
2018-09-19perf ordered_events: Prevent crossing max_alloc_sizeJiri Olsa1-4/+4
2018-09-19perf ordered_events: Add 'struct ordered_events_buffer' layerJiri Olsa2-29/+91
2018-09-19selftests/powerpc: Do not fail with rescheduleBreno Leitao2-3/+15
2018-09-19Merge tag 'perf-urgent-for-mingo-4.19-20180918' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar5-12/+36
2018-09-18selftests: pmtu: properly redirect stderr to /dev/nullSabrina Dubroca1-2/+2
2018-09-18perf test: Add watchpoint testRavi Bangoria4-0/+242