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-11-13
perf annotate: Add evsel into struct annotation_line_args
Jiri Olsa
4
-7
/
+11
2017-11-13
perf annotate: Add offset/line/line_nr into struct annotate_args
Jiri Olsa
1
-8
/
+13
2017-11-13
perf annotate: Add map into struct annotate_args
Jiri Olsa
1
-11
/
+11
2017-11-13
perf annotate: Add arch into struct annotate_args
Jiri Olsa
1
-9
/
+8
2017-11-13
perf annotate: Add struct annotate_args
Jiri Olsa
1
-9
/
+18
2017-11-13
perf annotate: Add symbol__annotate function
Jiri Olsa
5
-34
/
+42
2017-11-13
perf annotate: Move ipc/cycles into annotation_line struct
Jiri Olsa
2
-10
/
+10
2017-11-13
perf annotate: Move line/offset into annotation_line struct
Jiri Olsa
4
-52
/
+54
2017-11-13
perf annotate: Add annotation_line struct
Jiri Olsa
4
-38
/
+42
2017-11-13
perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay
Arnaldo Carvalho de Melo
1
-0
/
+16
2017-11-13
perf evlist: Set the correct idx when adding dummy events
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-11-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-2
/
+13
2017-11-09
perf trace: Call machine__exit() at exit
Andrei Vagin
1
-0
/
+10
2017-11-09
perf tools: Fix eBPF event specification parsing
Jiri Olsa
1
-2
/
+2
2017-11-09
perf tools: Add "reject" option for parse-events.l
Jiri Olsa
1
-0
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
404
-3
/
+419
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
404
-3
/
+546
2017-11-03
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
402
-0
/
+402
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
402
-0
/
+402
2017-11-01
perf srcline: Show correct function name for srcline of callchains
Namhyung Kim
1
-40
/
+55
2017-11-01
perf srcline: Fix memory leak in addr2inlines()
Namhyung Kim
1
-5
/
+2
2017-10-31
perf trace beauty kcmp: Beautify arguments
Arnaldo Carvalho de Melo
6
-0
/
+76
2017-10-31
perf trace beauty: Implement pid_fd beautifier
Arnaldo Carvalho de Melo
2
-0
/
+20
2017-10-31
tools include uapi: Grab a copy of linux/kcmp.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-10-31
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
1
-4
/
+1
2017-10-30
perf stat: Make --per-thread update shadow stats to show metrics
Jiri Olsa
1
-0
/
+2
2017-10-30
perf stat: Move the shadow stats scale computation in perf_stat__update_shado...
Jiri Olsa
4
-30
/
+29
2017-10-30
perf tools: Add perf_data_file__write function
Jiri Olsa
2
-1
/
+9
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
23
-97
/
+127
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
30
-238
/
+238
2017-10-30
perf script: Print information about per-event-dump files
Arnaldo Carvalho de Melo
1
-8
/
+69
2017-10-27
perf tools: Unwind properly location after REJECT
Jiri Olsa
1
-2
/
+6
2017-10-27
perf trace beauty prctl: Generate 'option' string table from kernel headers
Arnaldo Carvalho de Melo
6
-3
/
+124
2017-10-27
tools include uapi: Grab a copy of linux/prctl.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-10-27
perf script: Allow creating per-event dump files
Arnaldo Carvalho de Melo
2
-1
/
+62
2017-10-27
perf evsel: Restore evsel->priv as a tool private area
Arnaldo Carvalho de Melo
3
-10
/
+13
2017-10-27
perf script: Use event_format__fprintf()
Arnaldo Carvalho de Melo
1
-3
/
+4
2017-10-27
perf script: Use pr_debug where appropriate
Arnaldo Carvalho de Melo
1
-7
/
+6
2017-10-27
perf script: Add a few missing conversions to fprintf style
Arnaldo Carvalho de Melo
1
-5
/
+4
2017-10-25
perf symbols: Fix memory corruption because of zero length symbols
Ravi Bangoria
1
-1
/
+11
2017-10-25
perf util: Enable handling of inlined frames by default
Milian Wolff
3
-2
/
+5
2017-10-25
perf report: Use srcline from callchain for hist entries
Milian Wolff
4
-0
/
+5
2017-10-25
perf report: Cache srclines for callchain nodes
Milian Wolff
5
-3
/
+90
2017-10-25
perf report: Cache failed lookups of inlined frames
Milian Wolff
2
-23
/
+8
2017-10-25
perf report: Properly handle branch count in match_chain()
Milian Wolff
1
-62
/
+78
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2
-3
/
+3
2017-10-24
perf report: Compare symbol name for inlined frames when sorting
Milian Wolff
1
-0
/
+3
2017-10-24
perf callchain: Compare symbol name for inlined frames when matching
Milian Wolff
1
-0
/
+8
2017-10-24
perf script: Mark inlined frames and do not print DSO for them
Milian Wolff
1
-1
/
+4
2017-10-24
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
2
-3
/
+10
[prev]
[next]