summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-02-20perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa
2019-02-20perf bpf-event: Add missing new line into pr_debug callJiri Olsa
2019-02-20perf script: Allow +- operator for type specific fields optionJiri Olsa
2019-02-20perf evsel: Force sample_type for slave eventsJiri Olsa
2019-02-20perf session: Don't report zero period samples for slave eventsJiri Olsa
2019-02-20selftest/tls: Add test to verify received 'type' of non-data recordVakul Garg
2019-02-20tracing: Add hist trigger action 'expected fail' test caseTom Zanussi
2019-02-20tracing: Add alternative synthetic event trace action test caseTom Zanussi
2019-02-20tracing: Add hist trigger onchange() handler test caseTom Zanussi
2019-02-20tracing: Add hist trigger snapshot() action test caseTom Zanussi
2019-02-20tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcasesTom Zanussi
2019-02-19perf trace: Allow dumping a BPF map after setting up BPF eventsArnaldo Carvalho de Melo
2019-02-19perf bpf: Add bpf_map dumperArnaldo Carvalho de Melo
2019-02-19perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter
2019-02-19perf doc: Fix documentation of the Flags section in perf.dataJonas Rabenstein
2019-02-19perf doc: Fix HEADER_CMDLINE description in perf.data documentationJonas Rabenstein
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy
2019-02-19perf report: Don't shadow inlined symbol with different addr rangeHe Kuang
2019-02-19perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa
2019-02-19perf tools: Add numa_topology objectJiri Olsa
2019-02-19perf tools: Add cpu_topology objectJiri Olsa
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa
2019-02-19Merge branch 'fixes' into nextMichael Ellerman
2019-02-18media: rc: rcmm decoder and encoderPatrick Lerda
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-16tools/libbpf: support bigger BTF data sizesAndrii Nakryiko
2019-02-16selftests: bpf: test_lwt_ip_encap: add negative tests.Peter Oskolkov
2019-02-15selftests: forwarding: Add some missing configuration symbolsFlorian Fainelli
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-15perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-15libbpf: Introduce bpf_object__btfAndrey Ignatov
2019-02-15libbpf: Introduce bpf_map__resizeAndrey Ignatov
2019-02-14tools: sync uapi/linux/if_link.h headerAndrii Nakryiko
2019-02-14tools/bpf: replace bzero with memsetAndrii Nakryiko
2019-02-14tools build feature sched_getcpu: Undef _GNU_SOURCE at the endArnaldo Carvalho de Melo
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa
2019-02-14perf header: Get rid of write_it labelJiri Olsa
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa
2019-02-14perf tools: Rename build libperf to perfJiri Olsa
2019-02-14perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa
2019-02-14perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier