index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-06
perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...
Arnaldo Carvalho de Melo
1
-4
/
+3
2021-03-06
perf report: Fix -F for branch & mem modes
Ravi Bangoria
1
-2
/
+2
2021-03-06
perf tests x86: Move insn.h include to make sure it finds stddef.h
Arnaldo Carvalho de Melo
2
-2
/
+2
2021-03-06
perf test: Support the ins_lat check in the X86 specific test
Kan Liang
4
-0
/
+127
2021-03-06
perf test: Fix sample-parsing failure on non-x86 platforms
Kan Liang
1
-4
/
+0
2021-03-06
perf archive: Fix filtering of empty build-ids
Nicholas Fraser
1
-2
/
+1
2021-03-06
perf daemon: Fix compile error with Asan
Namhyung Kim
1
-1
/
+1
2021-03-06
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
1
-0
/
+1
2021-03-06
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
4
-11
/
+59
2021-03-06
tools headers: Update syscall.tbl files to support mount_setattr
Arnaldo Carvalho de Melo
3
-0
/
+3
2021-03-06
perf test: Fix cpu and thread map leaks in perf_time_to_tsc test
Namhyung Kim
1
-0
/
+2
2021-03-06
perf test: Fix cpu map leaks in cpu_map_print test
Namhyung Kim
1
-0
/
+2
2021-03-06
perf test: Fix a memory leak in thread_map_remove test
Namhyung Kim
1
-5
/
+2
2021-03-06
perf test: Fix a thread map leak in thread_map_synthesize test
Namhyung Kim
1
-0
/
+1
2021-03-06
perf test: Fix cpu and thread map leaks in switch_tracking test
Namhyung Kim
1
-3
/
+2
2021-03-06
perf test: Fix cpu and thread map leaks in keep_tracking test
Namhyung Kim
1
-3
/
+2
2021-03-06
perf test: Fix cpu and thread map leaks in code_reading test
Namhyung Kim
1
-7
/
+3
2021-03-06
perf test: Fix cpu and thread map leaks in sw_clock_freq test
Namhyung Kim
1
-8
/
+4
2021-03-06
perf test: Fix cpu and thread map leaks in task_exit test
Namhyung Kim
1
-7
/
+3
2021-03-06
perf test: Fix a memory leak in attr test
Namhyung Kim
1
-1
/
+7
2021-03-06
perf test: Fix cpu and thread map leaks in basic mmap test
Namhyung Kim
1
-2
/
+0
2021-03-06
perf tools: Fix event's PMU name parsing
Jiri Olsa
1
-1
/
+5
2021-03-06
perf daemon: Fix running test for non root user
Jiri Olsa
1
-16
/
+16
2021-03-06
perf daemon: Fix control fifo permissions
Jiri Olsa
1
-2
/
+2
2021-03-06
perf build: Fix ccache usage in $(CC) when generating arch errno table
Antonio Terceiro
1
-1
/
+1
2021-03-06
perf tools: Fix documentation of verbose options
Ian Rogers
4
-6
/
+6
2021-03-06
perf traceevent: Ensure read cmdlines are null terminated.
Ian Rogers
1
-0
/
+1
2021-03-06
perf bench numa: Fix the condition checks for max number of NUMA nodes
Athira Rajeev
1
-13
/
+29
2021-03-06
perf diff: Don't crash on freeing errno-session on the error path
Dmitry Safonov
1
-1
/
+2
2021-03-06
perf tools: Clean 'generated' directory used for creating the syscall table o...
Andreas Wendleder
1
-5
/
+6
2021-03-06
perf build: Move feature cleanup under tools/build
Jiri Olsa
1
-9
/
+1
2021-03-06
perf tools: Cast (struct timeval).tv_sec when printing
Pierre Gondois
5
-9
/
+9
2021-03-06
perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources
Arnaldo Carvalho de Melo
1
-15
/
+5
2021-02-22
Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
174
-922
/
+6739
2021-02-18
perf buildid-cache: Don't skip 16-byte build-ids
Nicholas Fraser
2
-3
/
+6
2021-02-18
perf buildid-cache: Add test for 16-byte build-id
Nicholas Fraser
1
-0
/
+6
2021-02-18
perf symbol: Remove redundant libbfd checks
Nicholas Fraser
1
-9
/
+0
2021-02-18
perf test: Output the sub testing result in cs-etm
Leo Yan
1
-10
/
+14
2021-02-18
perf test: Suppress logs in cs-etm testing
Leo Yan
1
-12
/
+9
2021-02-18
perf tools: Fix arm64 build error with gcc-11
Jianlin Lv
8
-7
/
+14
2021-02-18
perf intel-pt: Add documentation for tracing virtual machines
Adrian Hunter
1
-0
/
+82
2021-02-18
perf intel-pt: Split VM-Entry and VM-Exit branches
Adrian Hunter
1
-1
/
+21
2021-02-18
perf intel-pt: Adjust sample flags for VM-Exit
Adrian Hunter
1
-4
/
+7
2021-02-18
perf intel-pt: Allow for a guest kernel address filter
Adrian Hunter
1
-1
/
+7
2021-02-18
perf intel-pt: Support decoding of guest kernel
Adrian Hunter
1
-12
/
+69
2021-02-18
perf machine: Factor out machine__idle_thread()
Adrian Hunter
3
-22
/
+22
2021-02-18
perf machine: Factor out machines__find_guest()
Adrian Hunter
3
-6
/
+11
2021-02-18
perf intel-pt: Amend decoder to track the NR flag
Adrian Hunter
2
-9
/
+53
2021-02-18
perf intel-pt: Retain the last PIP packet payload as is
Adrian Hunter
5
-18
/
+16
2021-02-18
perf intel_pt: Add vmlaunch and vmresume as branches
Adrian Hunter
3
-0
/
+17
[next]