index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt-decoder
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
9
-2623
/
+7
2019-08-31
perf intel-pt: Remove inat.c from build dependency list
Josh Poimboeuf
1
-1
/
+1
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
perf intel-pt: Add CBR value to decoder state
Adrian Hunter
2
-0
/
+2
2019-06-25
perf intel-pt: Cater for CBR change in PSB+
Adrian Hunter
1
-0
/
+7
2019-06-25
perf intel-pt: Decoder to output CBR changes immediately
Adrian Hunter
1
-10
/
+6
2019-06-17
perf intel-pt: Add decoder support for PEBS via PT
Adrian Hunter
2
-1
/
+214
2019-06-17
perf intel-pt: Add new packets for PEBS via PT
Adrian Hunter
3
-8
/
+191
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2
-43
/
+292
2019-06-10
perf intel-pt: Add intel_pt_fast_forward()
Adrian Hunter
2
-0
/
+132
2019-06-10
perf intel-pt: Add reposition parameter to intel_pt_get_data()
Adrian Hunter
1
-8
/
+9
2019-06-10
perf intel-pt: Factor out intel_pt_reposition()
Adrian Hunter
1
-4
/
+9
2019-06-10
perf intel-pt: Factor out intel_pt_8b_tsc()
Adrian Hunter
1
-9
/
+17
2019-06-10
perf intel-pt: Add lookahead callback
Adrian Hunter
2
-0
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
8
-80
/
+8
2019-06-05
perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
Adrian Hunter
1
-0
/
+51
2019-06-05
perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
Adrian Hunter
1
-6
/
+17
2019-06-05
perf intel-pt: Record when decoding PSB+ packets
Adrian Hunter
1
-10
/
+31
2019-06-05
perf intel-pt: Accumulate cycle count from CYC packets
Adrian Hunter
2
-1
/
+14
2019-06-05
perf intel-pt: Factor out intel_pt_update_sample_time
Adrian Hunter
1
-8
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
5
-73
/
+5
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-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...
Ingo Molnar
1
-1
/
+1
2017-12-06
tooling/headers: Synchronize updated s390 and x86 UAPI headers
Ingo Molnar
1
-1
/
+1
2017-11-29
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
[next]