| Commit message (Expand) | Author | Age | Files | Lines |
* | perf intel-pt: Fix occasional decoding errors when tracing system-wide | Adrian Hunter | 2016-08-15 | 1 | -1/+5 |
* | perf probe: Release resources on error when handling exit paths | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -3/+9 |
* | perf probe: Check for dup and fdopen failures | Colin Ian King | 2016-08-15 | 1 | -4/+20 |
* | perf symbols: Fix annotation of objects with debuginfo files | Anton Blanchard | 2016-08-15 | 1 | -1/+2 |
* | perf script: Don't disable use_callchain if input is pipe | He Kuang | 2016-08-15 | 1 | -1/+3 |
* | perf script: Show proper message when failed list scripts | He Kuang | 2016-08-15 | 1 | -2/+7 |
* | perf jitdump: Add the right header to get the major()/minor() definitions | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -0/+1 |
* | perf ppc64le: Fix build failure when libelf is not present | Ravi Bangoria | 2016-08-12 | 1 | -0/+2 |
* | perf tools mem: Fix -t store option for record command | Jiri Olsa | 2016-08-12 | 1 | -0/+3 |
* | perf intel-pt: Fix ip compression | Adrian Hunter | 2016-08-12 | 2 | -28/+40 |
* | perf probe ppc64le: Fix probe location when using DWARF | Ravi Bangoria | 2016-08-09 | 3 | -21/+49 |
* | perf probe: Add function to post process kernel trace events | Ravi Bangoria | 2016-08-09 | 1 | -11/+18 |
* | perf probe: Support signedness casting | Naohiro Aota | 2016-08-09 | 2 | -4/+21 |
* | perf stat: Avoid skew when reading events | Mark Rutland | 2016-08-09 | 1 | -8/+23 |
* | perf probe: Fix module name matching | Konstantin Khlebnikov | 2016-08-09 | 1 | -1/+3 |
* | perf probe: Adjust map->reloc offset when finding kernel symbol from map | Masami Hiramatsu | 2016-08-09 | 1 | -1/+1 |
* | perf hists: Trim libtraceevent trace_seq buffers | Arnaldo Carvalho de Melo | 2016-08-09 | 1 | -1/+5 |
* | perf script: Add 'bpf-output' field to usage message | Brendan Gregg | 2016-08-09 | 2 | -3/+3 |
* | Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-08-04 | 23 | -106/+312 |
|\ |
|
| * | perf tests bpf: Use SyS_epoll_wait alias | Arnaldo Carvalho de Melo | 2016-08-03 | 1 | -2/+2 |
| * | perf tests: objdump output can contain multi byte chunks | Jan Stancek | 2016-08-02 | 1 | -29/+71 |
| * | perf record: Add --sample-cpu option | Jiri Olsa | 2016-08-02 | 4 | -1/+6 |
| * | perf hists: Introduce output_resort_cb method | Jiri Olsa | 2016-08-02 | 2 | -3/+16 |
| * | perf tools: Move config/Makefile into Makefile.config | Jiri Olsa | 2016-08-02 | 2 | -3/+3 |
| * | perf tests: Add test for bitmap_scnprintf function | Jiri Olsa | 2016-08-02 | 4 | -0/+59 |
| * | perf tools: Fix build failure on perl script context | Namhyung Kim | 2016-08-02 | 1 | -1/+3 |
| * | perf annotate: Plug filename string leak | Arnaldo Carvalho de Melo | 2016-08-01 | 1 | -3/+2 |
| * | perf annotate: Introduce strerror for handling symbol__disassemble() errors | Arnaldo Carvalho de Melo | 2016-08-01 | 5 | -31/+78 |
| * | perf annotate: Rename symbol__annotate() to symbol__disassemble() | Arnaldo Carvalho de Melo | 2016-08-01 | 5 | -6/+6 |
| * | perf target: str_error_r() always returns the buffer it receives | Arnaldo Carvalho de Melo | 2016-07-29 | 1 | -5/+1 |
| * | perf annotate: Use pipe + fork instead of popen | Arnaldo Carvalho de Melo | 2016-07-29 | 1 | -4/+35 |
| * | perf evsel: Introduce constructor for cycles event | Arnaldo Carvalho de Melo | 2016-07-28 | 3 | -20/+32 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-30 | 6 | -6/+30 |
|\ \ |
|
| * | | tools lib api: Add str_error_c to libapi | Arnaldo Carvalho de Melo | 2016-07-27 | 2 | -6/+0 |
| * | | perf s390: Fix 'start' address of module's map | Song Shan Gong | 2016-07-26 | 4 | -0/+30 |
| |/ |
|
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-07-28 | 4 | -9/+1 |
|\ \ |
|
| * | | x86/insn: remove pcommit | Dan Williams | 2016-07-23 | 4 | -9/+1 |
* | | | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations | Vlastimil Babka | 2016-07-28 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 1 | -4/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | net: tracepoint napi:napi_poll add work and budget | Jesper Dangaard Brouer | 2016-07-09 | 1 | -4/+7 |
| |/ |
|
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-10 | 3 | -10/+49 |
| |\ |
|
* | | | Revert "perf tools: event.h needs asm/perf_regs.h" | Arnaldo Carvalho de Melo | 2016-07-25 | 1 | -1/+0 |
* | | | perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf | Arnaldo Carvalho de Melo | 2016-07-22 | 1 | -0/+1 |
* | | | perf tools: Add AVX-512 instructions to the new instructions test | Adrian Hunter | 2016-07-21 | 3 | -8/+3731 |
* | | | perf tools: Add AVX-512 support to the instruction decoder used by Intel PT | Adrian Hunter | 2016-07-21 | 5 | -101/+220 |
* | | | x86/insn: perf tools: Fix vcvtph2ps instruction decoding | Adrian Hunter | 2016-07-20 | 4 | -9/+17 |
* | | | perf tests: Add is_printable_array test | Jiri Olsa | 2016-07-18 | 4 | -0/+42 |
* | | | perf tools: Make is_printable_array global | Jiri Olsa | 2016-07-18 | 4 | -28/+17 |
* | | | perf script python: Fix string vs byte array resolving | Jiri Olsa | 2016-07-18 | 1 | -6/+33 |
* | | | perf probe: Warn unmatched function filter correctly | Masami Hiramatsu | 2016-07-18 | 2 | -2/+13 |