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