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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
perf map: Check if the map still has some refcounts on exit
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-06
perf dso: Add dso__data_write_cache_addr()
Adrian Hunter
2
-15
/
+65
2019-11-06
perf dso: Refactor dso_cache__read()
Adrian Hunter
1
-27
/
+37
2019-11-06
perf auxtrace: Add auxtrace_cache__remove()
Adrian Hunter
2
-0
/
+29
2019-11-06
perf probe: Fix to show ranges of variables in functions without entry_pc
Masami Hiramatsu
1
-2
/
+2
2019-11-06
perf probe: Fix to show inlined function callsite without entry_pc
Masami Hiramatsu
1
-1
/
+1
2019-11-06
perf probe: Fix to list probe event with correct line number
Masami Hiramatsu
1
-2
/
+2
2019-11-06
perf probe: Fix to probe an inline function which has no entry pc
Masami Hiramatsu
1
-1
/
+1
2019-11-06
perf probe: Fix to probe a function which has no entry pc
Masami Hiramatsu
1
-1
/
+1
2019-11-06
perf probe: Fix wrong address verification
Masami Hiramatsu
1
-22
/
+10
2019-11-06
perf probe: Fix to show function entry line as probe-able
Masami Hiramatsu
2
-1
/
+26
2019-11-06
perf probe: Walk function lines in lexical blocks
Masami Hiramatsu
1
-5
/
+9
2019-11-06
perf probe: Fix to find range-only function instance
Masami Hiramatsu
1
-1
/
+5
2019-11-06
perf tools: Avoid a malloc() for array events
Ian Rogers
1
-5
/
+3
2019-11-06
perf tools: Move ALLOC_LIST into a function
Ian Rogers
1
-22
/
+43
2019-11-06
perf evsel: Avoid close(-1)
Andi Kleen
1
-1
/
+2
2019-11-06
perf evsel: Always preserve errno while cleaning up perf_event_open failures
Andi Kleen
1
-2
/
+4
2019-11-06
perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR
Leo Yan
1
-2
/
+2
2019-11-06
perf llvm: Make .o saving a debug message, not an info one
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
5
-0
/
+57
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
2
-1
/
+14
2019-11-06
perf session: Fix indent in perf_session__new()"
Jiri Olsa
1
-2
/
+2
2019-11-06
perf data: Rename directory "header" file to "data"
Adrian Hunter
2
-2
/
+2
2019-11-06
perf data: Move perf_dir_version into data.h
Adrian Hunter
2
-4
/
+4
2019-11-06
perf data: Correctly identify directory data files
Adrian Hunter
1
-1
/
+1
2019-11-05
perf tools: Fix time sorting
Jiri Olsa
1
-1
/
+1
2019-11-05
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2
-33
/
+0
2019-11-05
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-10-22
Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...
Ingo Molnar
15
-130
/
+222
2019-10-22
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-8
/
+14
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
1
-1
/
+0
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
1
-15
/
+9
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
1
-1
/
+3
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
4
-8
/
+19
2019-10-18
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2
-33
/
+0
2019-10-18
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-10-15
perf string: Export asprintf__tp_filter_pids()
Arnaldo Carvalho de Melo
2
-1
/
+5
2019-10-15
perf tools: Fix mode setting in copyfile_mode_ns()
Adrian Hunter
1
-3
/
+5
2019-10-15
perf annotate: Fix multiple memory and file descriptor leaks
Gustavo A. R. Silva
1
-1
/
+1
2019-10-15
perf tools: Fix resource leak of closedir() on the error paths
Yunfeng Ye
2
-3
/
+7
2019-10-15
perf evlist: Fix fix for freed id arrays
Andi Kleen
1
-1
/
+1
2019-10-15
perf stat: Support --all-kernel/--all-user
Jin Yao
2
-0
/
+12
2019-10-15
perf annotate: Fix objdump --no-show-raw-insn flag
Ian Rogers
1
-2
/
+2
2019-10-15
perf annotate: Don't pipe objdump output through 'expand' command
Ian Rogers
1
-19
/
+76
2019-10-15
perf annotate: Don't pipe objdump output through 'grep' command
Ian Rogers
1
-1
/
+8
2019-10-15
perf annotate: Use libsubcmd's run-command.h to fork objdump
Ian Rogers
1
-35
/
+37
2019-10-15
perf annotate: Avoid reallocation in objdump parsing
Ian Rogers
1
-12
/
+14
2019-10-15
perf evlist: Fix fix for freed id arrays
Andi Kleen
1
-1
/
+1
2019-10-15
perf script: Fix --reltime with --time
Andi Kleen
2
-3
/
+29
2019-10-11
perf diff: Report noisy for cycles diff
Jin Yao
7
-0
/
+55
[prev]
[next]