Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | perf intel-pt: Fix sample timestamp wrt non-taken branches | Adrian Hunter | 1 | -1/+4 |
2019-05-16 | perf intel-pt: Fix improved sample timestamp | Adrian Hunter | 1 | -3/+10 |
2019-05-16 | perf intel-pt: Fix instructions sampling rate | Adrian Hunter | 1 | -3/+10 |
2019-03-28 | perf intel-pt: Fix TSC slip | Adrian Hunter | 1 | -12/+8 |
2019-02-14 | perf tools: Rename build libperf to perf | Jiri Olsa | 1 | -1/+1 |
2019-02-06 | perf intel-pt: Packet splitting can happen only on 32-bit | Adrian Hunter | 1 | -1/+1 |
2019-02-06 | perf intel-pt: Fix CYC timestamp calculation after OVF | Adrian Hunter | 1 | -1/+0 |
2019-02-06 | perf intel-pt: Fix overlap calculation for padding | Adrian Hunter | 1 | -2/+34 |
2018-12-28 | perf script: Fix LBR skid dump problems in brstackinsn | Andi Kleen | 1 | -0/+8 |
2018-11-05 | perf intel-pt: Add MTC and CYC timestamps to debug log | Adrian Hunter | 1 | -0/+4 |
2018-11-05 | perf intel-pt: Add more event information to debug log | Adrian Hunter | 2 | -0/+6 |
2018-09-20 | perf intel-pt: Implement decoder flags for trace begin / end | Adrian Hunter | 1 | -11/+23 |
2018-09-20 | perf intel-pt: Add decoder flags for trace begin / end | Adrian Hunter | 1 | -0/+2 |
2018-06-25 | perf intel-pt: Fix packet decoding of CYC packets | Adrian Hunter | 1 | -1/+1 |
2018-06-06 | perf intel-pt: Fix "Unexpected indirect branch" error | Adrian Hunter | 2 | -2/+24 |
2018-06-06 | perf intel-pt: Fix MTC timing after overflow | Adrian Hunter | 1 | -1/+0 |
2018-06-06 | perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP | Adrian Hunter | 1 | -1/+4 |
2018-06-01 | perf tools intel-pt-decoder: Update insn.h from the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+18 |
2018-03-08 | perf intel-pt: Fix timestamp following overflow | Adrian Hunter | 1 | -0/+1 |
2018-03-08 | perf intel-pt: Fix error recovery from missing TIP packet | Adrian Hunter | 1 | -0/+1 |
2018-03-08 | perf intel-pt: Fix overlap detection to identify consecutive buffers correctly | Adrian Hunter | 2 | -34/+30 |
2017-12-18 | Merge tag 'v4.15-rc4' into perf/core, to pick up fixes | Ingo Molnar | 1 | -2/+11 |
2017-12-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+11 |
2017-12-15 | x86/decoder: Fix and update the opcodes map | Randy Dunlap | 1 | -3/+12 |
2017-12-07 | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to... | Ingo Molnar | 1 | -1/+1 |
2017-12-07 | tooling/headers: Synchronize updated s390 and x86 UAPI headers | Ingo Molnar | 1 | -1/+1 |
2017-11-30 | perf intel-pt: Improve build messages for files that differ from the kernel | Adrian Hunter | 1 | -9/+15 |
2017-11-28 | perf intel-pt: Bring instruction decoder files into line with the kernel | Adrian Hunter | 1 | -0/+10 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-28 | perf tools: Robustify detection of clang binary | David Carrillo-Cisneros | 1 | -1/+1 |
2017-06-30 | perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC | Adrian Hunter | 1 | -0/+14 |
2017-06-27 | x86/insn: perf tools: Add new ptwrite instruction | Adrian Hunter | 1 | -1/+1 |
2017-06-21 | perf intel-pt: Add decoder support for CBR events | Adrian Hunter | 2 | -0/+21 |
2017-06-21 | perf intel-pt: Add reserved byte to CBR packet payload | Adrian Hunter | 2 | -2/+2 |
2017-06-21 | perf intel-pt: Add decoder support for ptwrite and power event packets | Adrian Hunter | 4 | -8/+293 |
2017-06-21 | perf intel-pt: Allow decoding with branch tracing disabled | Adrian Hunter | 2 | -0/+14 |
2017-06-21 | perf intel-pt: Add missing __fallthrough | Adrian Hunter | 1 | -1/+1 |
2017-06-21 | perf intel-pt: Clear FUP flag on error | Adrian Hunter | 1 | -0/+2 |
2017-06-21 | perf intel-pt: Use FUP always when scanning for an IP | Adrian Hunter | 1 | -8/+4 |
2017-06-21 | perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero | Adrian Hunter | 1 | -3/+5 |
2017-06-21 | perf intel-pt: Fix last_ip usage | Adrian Hunter | 1 | -2/+11 |
2017-06-21 | perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP | Adrian Hunter | 1 | -0/+1 |
2017-06-21 | perf intel-pt: Fix missing stack clear | Adrian Hunter | 1 | -0/+1 |
2017-06-21 | perf intel-pt: Improve sample timestamp | Adrian Hunter | 1 | -3/+31 |
2017-06-21 | perf intel-pt: Move decoder error setting into one condition | Adrian Hunter | 1 | -4/+7 |
2017-06-19 | tools: Adopt __printf from kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2017-03-16 | Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm... | Ingo Molnar | 1 | -0/+24 |
2017-03-16 | perf script: Add 'brstackinsn' for branch stacks | Andi Kleen | 1 | -0/+24 |
2017-03-16 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2017-03-04 | perf intel-PT/BTS: Add missing initialization | Adrian Hunter | 1 | -0/+2 |