summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-03-11perf script python: Add Python3 support to export-to-sqlite.pyTony Jones
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones
2019-03-11tools: mark 'test_vmalloc.sh' executableLinus Torvalds
2019-03-11perf report: Use less for scripts outputAndi Kleen
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-11perf session: Add process callback to reader objectJiri Olsa
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa
2019-03-11perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter
2019-03-11perf report: Parse time quantumAndi Kleen
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen
2019-03-11perf report: Support output in nanosecondsAndi Kleen
2019-03-11perf script: Support insn output for normal samplesAndi Kleen
2019-03-11libbpf: handle BTF parsing and loading properlyAndrii Nakryiko
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-09Merge tag 'linux-kselftest-5.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann
2019-03-07selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev
2019-03-07selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev
2019-03-07selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov
2019-03-06Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa
2019-03-06perf script python: Add Python3 support to intel-pt-events.pyTony Jones
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones
2019-03-06perf script python: Add Python3 support to futex-contention.pyTony Jones
2019-03-06perf script python: Remove mixed indentationTony Jones