]> asedeno.scripts.mit.edu Git - linux.git/history - tools
perf tools: Add Python 3 support
[linux.git] / tools /
2018-02-19 Jaroslav Škarvadaperf tools: Add Python 3 support
2018-02-19 Arnaldo Carvalho... perf python: Make twatch.py work with both python2...
2018-02-19 Changbin Duperf ftrace: Append an EOL when write tracing files
2018-02-19 Namhyung Kimperf machine: Fix paranoid check in machine__set_kernel...
2018-02-19 Thomas Richterperf s390: Fix reading cpuid model information
2018-02-17 Ingo MolnarMerge tag 'perf-core-for-mingo-4.17-20180216' of git...
2018-02-17 Ingo MolnarMerge branch 'perf/urgent' into perf/core, to pick up fixes
2018-02-16 Arnaldo Carvalho... perf tests shell lib: Use a wildcard to remove the...
2018-02-16 Thomas Richterperf test: Fix test case inet_pton to accept inlines.
2018-02-16 Thomas Richterperf test: Fix test case 23 for s390 z/VM or KVM guests
2018-02-16 Thomas Richterperf cpuid: Introduce a platform specific cpuid compare...
2018-02-16 Thomas Richterperf annotate: Scan cpuid for s390 and save machine type
2018-02-16 Thomas Richterperf record: Provide detailed information on s390 CPU
2018-02-16 Ravi Bangoriaperf trace powerpc: Use generated syscall table
2018-02-16 Ravi Bangoriaperf powerpc: Generate system call table from asm/unistd.h
2018-02-16 Ravi Bangoriatools include powerpc: Grab a copy of arch/powerpc...
2018-02-16 Jiri Olsaperf report: Fix memory corruption in --branch-history...
2018-02-16 Jin Yaoperf report: Fix wrong jump arrow
2018-02-16 Andi Kleenperf report: Fix description for --mem-mode
2018-02-16 Robert Walkerperf inject: Emit instruction records on ETM trace...
2018-02-16 Robert Walkerperf cs-etm: Inject capabilitity for CoreSight traces
2018-02-16 Sangwon Hongperf mem: Document a missing option
2018-02-16 Sangwon Hongperf kmem: Document a missing option & an argument
2018-02-16 Jaecheol Shinperf annotate: Add missing arguments in Man page
2018-02-16 Mathieu Poirierperf cs-etm: Properly deal with cpu maps
2018-02-16 Mathieu Poirierperf auxtrace arm: Fixing uninitialised variable
2018-02-16 Jin Yaoperf tools: Use target->per_thread and target->system_w...
2018-02-16 Mathieu Poirierperf cs-etm: Freeing allocated memory
2018-02-16 Jiri Olsaperf tests: Use arch__compare_symbol_names to compare...
2018-02-16 Jiri Olsaperf tools: Do not create kernel maps in sample__resolve()
2018-02-16 Jiri Olsaperf machine: Remove machine__load_kallsyms()
2018-02-16 Jiri Olsaperf machine: Don't search for active kernel start...
2018-02-16 Jiri Olsaperf machine: Generalize machine__set_kernel_mmap()
2018-02-16 Jiri Olsaperf machine: Move kernel mmap name into struct machine
2018-02-16 Jiri Olsaperf machine: Free root_dir in machine__init() error path
2018-02-16 Jiri Olsaperf symbols: Check if we read regular file in dso__load()
2018-02-16 Jiri Olsatools lib symbol: Skip non-address kallsyms line
2018-02-16 yuzhoujianperf stat: Add support to print counts after a period...
2018-02-16 yuzhoujianperf stat: Add support to print counts for fixed times
2018-02-16 Jiri Olsaperf report: Add support to display group output for...
2018-02-16 Jiri Olsaperf report: Ask for ordered events for --tasks option
2018-02-16 Jiri Olsaperf tools: Fix comment for sort__* compare functions
2018-02-16 Jiri Olsaperf tests: Fix dwarf unwind for stripped binaries
2018-02-16 Jiri Olsatools lib api fs: Add sysfs__read_xll function
2018-02-16 Jiri Olsatools lib api fs: Add filename__read_xll function
2018-02-16 Jiri Olsaperf script: Add --show-round-event to display PERF_REC...
2018-02-16 Jiri Olsaperf record: Put new line after target override warning
2018-02-16 Ingo MolnarMerge tag 'perf-core-for-mingo-4.17-20180215' of git...
2018-02-15 Hendrik BruecknerRevert "tools include s390: Grab a copy of arch/s390...
2018-02-15 Hendrik Bruecknerperf s390: Rework system call table creation by using...
2018-02-15 Hendrik Bruecknerperf s390: Grab a copy of arch/s390/kernel/syscall...
2018-02-15 Ingo Molnartools/headers: Synchronize kernel ABI headers, v4.16-rc1
2018-02-15 Thomas Richterperf test: Fix test trace+probe_libc_inet_pton.sh for s390x
2018-02-15 Sangwon Hongperf data: Document missing --force option
2018-02-15 Andy Shevchenkoperf tools: Substitute yet another strtoull()
2018-02-15 Kan Liangperf top: Check the latency of perf_top__mmap_read()
2018-02-15 Kan Liangperf top: Switch default mode to overwrite mode
2018-02-15 Kan Liangperf top: Remove lost events checking
2018-02-15 Kan Liangperf hists browser: Add parameter to disable lost event...
2018-02-15 Kan Liangperf top: Add overwrite fall back
2018-02-15 Arnaldo Carvalho... perf evsel: Expose the perf_missing_features struct
2018-02-15 Kan Liangperf top: Check per-event overwrite term
2018-02-15 Kan Liangperf mmap: Discard legacy interface for mmap read
2018-02-15 Kan Liangperf test: Update mmap read functions for backward...
2018-02-15 Kan Liangperf mmap: Introduce perf_mmap__read_event()
2018-02-15 Kan Liangperf mmap: Introduce perf_mmap__read_done()
2018-02-15 Kan Liangperf mmap: Discard 'prev' in perf_mmap__read()
2018-02-15 Kan Liangperf mmap: Add new return value logic for perf_mmap__re...
2018-02-15 Kan Liangperf mmap: Introduce perf_mmap__read_init()
2018-02-15 Kan Liangperf mmap: Cleanup perf_mmap__push()
2018-02-15 Kan Liangperf mmap: Recalculate size for overwrite mode
2018-02-15 Kan Liangperf evlist: Remove stale mmap read for backward
2018-02-15 William Cohenperf vendor events aarch64: Add JSON metrics for ARM...
2018-02-15 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-02-15 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-02-15 Rui Wangselftests/x86/mpx: Fix incorrect bounds with old _sigfault
2018-02-15 Josh Poimboeufobjtool: Fix segfault in ignore_unreachable_insn()
2018-02-15 Dominik Brodowskiselftests/x86: Disable tests requiring 32-bit support...
2018-02-15 Dominik Brodowskiselftests/x86: Do not rely on "int $0x80" in single_ste...
2018-02-14 Linus TorvaldsMerge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel...
2018-02-14 Linus TorvaldsMerge tag 'powerpc-4.16-2' of git://git.kernel.org...
2018-02-13 Linus TorvaldsMerge tag 'mips_4.16_2' of git://git.kernel.org/pub...
2018-02-13 Harishselftests/powerpc: Fix to use ucontext_t instead of...
2018-02-13 Dominik Brodowskiselftests/x86: Do not rely on "int $0x80" in test_mrema...
2018-02-13 Dominik Brodowskiselftests/x86: Fix build bug caused by the 5lvl test...
2018-02-13 Ingo Molnarselftests/x86/pkeys: Remove unused functions
2018-02-13 Dominik Brodowskiselftests/x86: Clean up and document sscanf() usage
2018-02-13 Dominik Brodowskiselftests/x86: Fix vDSO selftest segfault for vsyscall=none
2018-02-12 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2018-02-11 Linus TorvaldsMerge branch 'work.poll2' of git://git.kernel.org/pub...
2018-02-11 Linus TorvaldsMerge tag 'nios2-v4.16-rc1' of git://git.kernel.org...
2018-02-11 Ingo MolnarMerge branch 'linus' into x86/urgent, to pick up depend...
2018-02-10 Linus TorvaldsMerge tag 'pci-v4.16-fixes-1' of git://git.kernel.org...
2018-02-10 Linus TorvaldsMerge tag 'for-linus-20180210' of git://git.kernel...
2018-02-10 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.16-3' of git://githu...
2018-02-10 Linus TorvaldsMerge tag 'chrome-platform-for-linus-4.16' of git:...
2018-02-10 Linus TorvaldsMerge tag 'kvm-4.16-1' of git://git.kernel.org/pub...
2018-02-10 Linus TorvaldsMerge tag 'kbuild-v4.16-2' of git://git.kernel.org...
2018-02-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-02-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next