summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-41/+1615
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller-1/+0
2018-08-13selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov-3/+302
2018-08-13selftests/bpf: Add cgroup id helpers to bpf_helpers.hAndrey Ignatov-0/+4
2018-08-13bpf: Sync bpf.h to tools/Andrey Ignatov-1/+20
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2018-08-11tc: Update README and add configKeara Leibovitz-5/+59
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau-2/+912
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau-1/+262
2018-08-11bpf: Sync bpf.h uapi to tools/Martin KaFai Lau-1/+36
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau-20/+9
2018-08-10tools/bpf: add bpffs pretty print btf test for hash/lru_hash mapsYonghong Song-15/+72
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-215/+215
2018-08-09perf probe powerpc: Fix trace event post-processingSandipan Das-1/+3
2018-08-09selftests: mlxsw: Add TC flower test for Spectrum-2Ido Schimmel-0/+366
2018-08-09selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu-19/+13
2018-08-09selftests: mount: remove no longer needed config optionAnders Roxell-1/+0
2018-08-09selftests: cgroup: add gitignore fileAnders Roxell-0/+1
2018-08-09Add cgroup core selftestsClaudio-0/+406
2018-08-09tools headers: Synchronise x86 cpufeatures.h for L1TF additionsDavid Woodhouse-0/+3
2018-08-09rseq/selftests: add s390 supportVasily Gorbik-0/+539
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann-1/+1
2018-08-08perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov-19/+26
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov-3/+10
2018-08-08perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO be...Arnaldo Carvalho de Melo-1/+4
2018-08-08perf trace: Setup the augmented syscalls bpf-output event fieldsArnaldo Carvalho de Melo-1/+33
2018-08-08perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo-18/+21
2018-08-08perf trace: Handle "bpf-output" events associated with "__augmented_syscalls_...Arnaldo Carvalho de Melo-0/+62
2018-08-08perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functionsArnaldo Carvalho de Melo-0/+3
2018-08-08perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo-8/+11
2018-08-08perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo-9/+24
2018-08-08perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo-2/+5
2018-08-08perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output functionArnaldo Carvalho de Melo-0/+28
2018-08-08perf bpf: Add struct bpf_map structArnaldo Carvalho de Melo-0/+14
2018-08-08perf report: Add --percent-type optionJiri Olsa-0/+12
2018-08-08perf annotate: Add --percent-type optionJiri Olsa-0/+67
2018-08-08perf annotate: Display percent type in stdio outputJiri Olsa-3/+6
2018-08-08perf annotate: Make local period the default percent typeJiri Olsa-1/+1
2018-08-08perf annotate: Add support to toggle percent typeJiri Olsa-4/+64
2018-08-08perf annotate: Pass browser percent_type in annotate_browser__calc_percent()Jiri Olsa-1/+1
2018-08-08perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa-23/+29
2018-08-08perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa-10/+13
2018-08-08perf annotate: Add percent_type to struct annotation_optionsJiri Olsa-5/+9
2018-08-08perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa-0/+4
2018-08-08perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa-0/+3
2018-08-08perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa-1/+8
2018-08-08perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa-23/+56
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa-5/+15
2018-08-08perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa-8/+8
2018-08-08perf annotate: Rename local sample variables to dataJiri Olsa-20/+20