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-10-16
perf kmem: Fix memory leak in compact_gfp_flags()
Yunfeng Ye
1
-0
/
+1
2019-10-15
perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnpr...
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-10-15
perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
Arnaldo Carvalho de Melo
3
-0
/
+36
2019-10-15
libbeauty: Add a strarray__scnprintf_suffix() method
Arnaldo Carvalho de Melo
2
-0
/
+15
2019-10-15
libbeauty: Hook up the x86 irq_vectors table generator
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-10-15
libbeauty: Add a generator for x86's IRQ vectors -> strings
Arnaldo Carvalho de Melo
1
-0
/
+27
2019-10-15
tools arch x86: Grab a copy of the file containing the IRQ vector defines
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-10-15
perf vendor events arm64: Add some missing events for Hisi hip08 HHA PMU
John Garry
1
-1
/
+22
2019-10-15
perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMU
John Garry
1
-0
/
+56
2019-10-15
perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMU
John Garry
1
-0
/
+14
2019-10-15
perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname
John Garry
1
-1
/
+1
2019-10-15
perf trace: Support tracepoint dynamic char arrays
Arnaldo Carvalho de Melo
2
-5
/
+16
2019-10-15
perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'
Arnaldo Carvalho de Melo
1
-8
/
+16
2019-10-15
perf string: Export asprintf__tp_filter_pids()
Arnaldo Carvalho de Melo
2
-1
/
+5
2019-10-15
perf trace: Introduce --errno-summary
Arnaldo Carvalho de Melo
2
-4
/
+51
2019-10-15
perf c2c: Fix memory leak in build_cl_output()
Yunfeng Ye
1
-5
/
+9
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 jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
Thomas Richter
1
-1
/
+5
2019-10-15
perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary
Arnaldo Carvalho de Melo
1
-24
/
+34
2019-10-15
perf stat: Support --all-kernel/--all-user
Jin Yao
4
-0
/
+24
2019-10-15
perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
Thomas Richter
1
-1
/
+5
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 report: Add warning when libunwind not compiled in
Jin Yao
1
-0
/
+7
2019-10-15
perf test: Avoid infinite loop for task exit case
Leo Yan
1
-0
/
+8
2019-10-15
perf test: Report failure for mmap events
Leo Yan
1
-0
/
+1
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
3
-5
/
+32
2019-10-15
perf tools: Allow to build with -ltcmalloc
Jiri Olsa
2
-0
/
+7
2019-10-11
perf diff: Report noisy for cycles diff
Jin Yao
9
-0
/
+203
2019-10-11
perf tools: Propagate CFLAGS to libperf
Jiri Olsa
3
-15
/
+18
2019-10-10
libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
Jiri Olsa
4
-11
/
+19
2019-10-10
libperf: Introduce perf_evlist__purge()
Jiri Olsa
2
-0
/
+31
2019-10-10
libperf: Introduce perf_evlist__exit()
Jiri Olsa
3
-6
/
+14
2019-10-10
libperf: Move the pollfd allocation from tools/perf to libperf
Jiri Olsa
2
-4
/
+5
2019-10-10
libperf: Centralize map refcnt setting
Jiri Olsa
2
-30
/
+15
2019-10-10
perf evlist: Switch to libperf's mmap interface
Jiri Olsa
1
-175
/
+4
2019-10-10
perf evlist: Introduce perf_evlist__mmap_cb_mmap()
Jiri Olsa
1
-2
/
+13
2019-10-10
perf evlist: Introduce perf_evlist__mmap_cb_get()
Jiri Olsa
1
-0
/
+24
2019-10-10
perf tools: Introduce perf_evlist__mmap_cb_idx()
Jiri Olsa
1
-0
/
+14
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::mmap callback
Jiri Olsa
2
-3
/
+29
2019-10-10
libperf: Add perf_evlist_mmap_ops::get callback
Jiri Olsa
2
-8
/
+13
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::idx callback
Jiri Olsa
2
-5
/
+17
2019-10-10
libperf: Introduce perf_evlist__mmap_ops()
Jiri Olsa
2
-6
/
+26
[prev]
[next]