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