index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf trace beauty: Give syscall return beautifier more context
Arnaldo Carvalho de Melo
2017-07-18
4
-10
/
+20
*
perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return value
Arnaldo Carvalho de Melo
2017-07-18
1
-2
/
+14
*
perf trace beauty fcntl flags: Beautify F_SETFL arg
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+2
*
perf trace beauty open flags: Move RDRW to the start of the output
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+1
*
perf trace beauty fcntl: Beautify F_GETFL return value
Arnaldo Carvalho de Melo
2017-07-18
1
-2
/
+8
*
perf trace beauty open flags: Do not depend on the system's O_LARGEFILE define
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+3
*
perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOW
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+6
*
perf trace: Allow syscall_arg beautifiers to set a different return formatter
Arnaldo Carvalho de Melo
2017-07-18
2
-1
/
+29
*
perf beauty open: Detach the syscall_arg agnostic bits from the flags formatter
Arnaldo Carvalho de Melo
2017-07-18
2
-6
/
+15
*
perf trace: Beautify new write hint fcntl commands
Arnaldo Carvalho de Melo
2017-07-18
1
-0
/
+1
*
perf trace beauty fcntl: Basic 'arg' beautifier
Arnaldo Carvalho de Melo
2017-07-18
3
-1
/
+23
*
perf trace beauty: Introduce syscall arg beautifier for long integers
Arnaldo Carvalho de Melo
2017-07-18
2
-0
/
+8
*
perf trace beauty: Export the "int" and "hex" syscall arg formatters
Arnaldo Carvalho de Melo
2017-07-18
2
-8
/
+8
*
perf trace beauty: Allow accessing syscall args values in a syscall arg forma...
Arnaldo Carvalho de Melo
2017-07-18
2
-7
/
+29
*
perf trace beauty: Mask ignored fcntl 'arg' parameter
Arnaldo Carvalho de Melo
2017-07-18
4
-1
/
+28
*
perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'
Arnaldo Carvalho de Melo
2017-07-18
1
-1
/
+1
*
perf trace beauty: Export the strarrays scnprintf method
Arnaldo Carvalho de Melo
2017-07-18
2
-4
/
+5
*
perf trace: Beautify linux specific fcntl commands
Arnaldo Carvalho de Melo
2017-07-18
1
-3
/
+54
*
perf trace: Remove F_ from some of the fcntl command strings
Arnaldo Carvalho de Melo
2017-07-18
1
-3
/
+3
*
perf annotate: Implement visual marker for macro fusion
Jin Yao
2017-07-18
5
-0
/
+63
*
perf annotate: Check for fused instructions
Jin Yao
2017-07-18
8
-6
/
+81
*
perf symbols: Accept zero as the kernel base address
Arnaldo Carvalho de Melo
2017-07-12
1
-1
/
+1
*
perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...
Jin Yao
2017-07-10
1
-1
/
+1
*
perf evsel: State in the default event name if attr.exclude_kernel is set
Arnaldo Carvalho de Melo
2017-07-10
1
-2
/
+4
*
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
Arnaldo Carvalho de Melo
2017-07-10
1
-1
/
+1
*
Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-07-05
2
-1
/
+2
|
\
|
*
perf unwind: Do not fail due to missing unwind support
Jiri Olsa
2017-07-04
1
-1
/
+1
|
*
perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
Arnaldo Carvalho de Melo
2017-07-04
1
-0
/
+1
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-07-03
79
-600
/
+2350
|
\
\
|
|
/
|
/
|
|
*
perf auxtrace: Add CPU filter support
Adrian Hunter
2017-06-30
4
-0
/
+14
|
*
perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
Adrian Hunter
2017-06-30
1
-0
/
+14
|
*
perf intel-pt: Update documentation to include new ptwrite and power events
Adrian Hunter
2017-06-30
1
-2
/
+40
|
*
perf intel-pt: Add example script for power events and PTWRITE
Adrian Hunter
2017-06-30
3
-0
/
+144
|
*
perf intel-pt: Synthesize new power and "ptwrite" events
Adrian Hunter
2017-06-30
1
-0
/
+283
|
*
perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
Adrian Hunter
2017-06-30
1
-23
/
+22
|
*
perf intel-pt: Factor out intel_pt_set_event_name()
Adrian Hunter
2017-06-30
1
-8
/
+16
|
*
perf intel-pt: Tidy messages into called function intel_pt_synth_event()
Adrian Hunter
2017-06-30
1
-24
/
+18
|
*
perf intel-pt: Tidy Intel PT evsel lookup into separate function
Adrian Hunter
2017-06-30
1
-10
/
+15
|
*
perf intel-pt: Join needlessly wrapped lines
Adrian Hunter
2017-06-30
1
-4
/
+2
|
*
perf intel-pt: Remove unused instructions_sample_period
Adrian Hunter
2017-06-30
1
-2
/
+0
|
*
perf intel-pt: Factor out common code synthesizing event samples
Adrian Hunter
2017-06-30
1
-122
/
+100
|
*
perf script: Add synthesized Intel PT power and ptwrite events
Adrian Hunter
2017-06-30
2
-1
/
+231
|
*
perf script: Add 'synth' field for synthesized event payloads
Adrian Hunter
2017-06-27
2
-3
/
+23
|
*
perf auxtrace: Add itrace option to output power events
Adrian Hunter
2017-06-27
3
-2
/
+9
|
*
perf auxtrace: Add itrace option to output ptwrite events
Adrian Hunter
2017-06-27
3
-3
/
+10
|
*
perf script: Add 'synth' event type for synthesized events
Adrian Hunter
2017-06-27
2
-16
/
+61
|
*
x86/insn: perf tools: Add new ptwrite instruction
Adrian Hunter
2017-06-27
4
-1
/
+73
|
*
perf jit: fix typo: "incalid" -> "invalid"
Colin Ian King
2017-06-27
1
-1
/
+1
|
*
perf tools: Kill die()
Arnaldo Carvalho de Melo
2017-06-27
2
-27
/
+5
|
*
perf config: Do not die when parsing u64 or int config values
Arnaldo Carvalho de Melo
2017-06-27
6
-24
/
+34
[prev]
[next]