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
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 kvm: Use evlist layer api when possible
Igor Lubashev
1
-1
/
+1
2019-11-06
perf tests: Fix a typo
Leo Yan
1
-1
/
+1
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
2
-2
/
+4
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
8
-0
/
+147
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
4
-2
/
+43
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+4
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-31
perf tools: Make usage of test_attr__* optional for perf-sys.h
Björn Töpel
1
-2
/
+4
2019-10-22
Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...
Ingo Molnar
59
-287
/
+1155
2019-10-22
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
8
-14
/
+29
2019-10-19
perf trace: Use STUL_STRARRAY_FLAGS with mmap
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-10-19
perf trace: Wire up strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-10-19
libbeauty: Introduce strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-1
/
+45
2019-10-19
libbeauty: Make the mmap_flags strarray visible outside of its beautifier
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-19
perf trace: Use strtoul for the fcntl 'cmd' argument
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-10-19
libbeauty: Introduce syscall_arg__strtoul_strarrays()
Arnaldo Carvalho de Melo
2
-0
/
+8
2019-10-19
libperf: Add pr_err() macro
Jiri Olsa
2
-0
/
+4
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
5
-5
/
+2
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
5
-7
/
+21
2019-10-19
libperf: Add tests_mmap_cpus test
Jiri Olsa
1
-0
/
+98
2019-10-19
libperf: Add tests_mmap_thread test
Jiri Olsa
1
-0
/
+119
2019-10-19
libperf: Link static tests with libapi.a
Jiri Olsa
2
-3
/
+4
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
2
-2
/
+2
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
2
-32
/
+34
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
7
-6
/
+47
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
1
-9
/
+6
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
3
-1
/
+18
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
1
-4
/
+0
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
9
-19
/
+55
2019-10-19
perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
Arnaldo Carvalho de Melo
1
-1
/
+5
2019-10-18
perf trace: Honour --max-events in processing syscalls:sys_enter_*
Arnaldo Carvalho de Melo
1
-6
/
+7
2019-10-18
libbeauty: Introduce syscall_arg__strtoul_strarray()
Arnaldo Carvalho de Melo
2
-0
/
+9
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-18
perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints
Arnaldo Carvalho de Melo
1
-0
/
+23
2019-10-17
perf trace: Introduce 'struct evsel__trace' for evsel->priv needs
Arnaldo Carvalho de Melo
1
-6
/
+48
2019-10-17
perf trace: Hide evsel->access further, simplify code
Arnaldo Carvalho de Melo
1
-26
/
+31
[prev]
[next]