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