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
2018-07-31
perf evlist: Fix error out while applying initial delay and LBR
Kan Liang
1
-0
/
+14
2018-07-31
perf trace beauty: Default header_dir to cwd to work without parms
Arnaldo Carvalho de Melo
9
-17
/
+18
2018-07-31
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
8
-0
/
+31
2018-07-30
perf tools: Fix the build on the alpine:edge distro
Arnaldo Carvalho de Melo
5
-0
/
+5
2018-07-30
tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
Arnaldo Carvalho de Melo
3
-0
/
+26
2018-07-24
perf test: Fix subtest number when showing results
Thomas Richter
1
-1
/
+1
2018-07-24
perf stat: Get rid of extra clock display function
Jiri Olsa
4
-49
/
+21
2018-07-24
perf tools: Use perf_evsel__match instead of open coded equivalent
Jiri Olsa
1
-4
/
+1
2018-07-24
perf tools: Fix struct comm_str removal crash
Jiri Olsa
1
-5
/
+11
2018-07-24
perf machine: Use last_match threads cache only in single thread mode
Jiri Olsa
1
-3
/
+22
2018-07-24
perf machine: Add threads__set_last_match function
Jiri Olsa
1
-3
/
+9
2018-07-24
perf machine: Add threads__get_last_match function
Jiri Olsa
1
-13
/
+26
2018-07-24
perf tools: Synthesize GROUP_DESC feature in pipe mode
Jiri Olsa
1
-1
/
+1
2018-07-24
perf script: Show correct offsets for DWARF-based unwinding
Sandipan Das
3
-3
/
+10
2018-07-24
perf trace arm64: Use generated syscall table
Kim Phillips
2
-0
/
+6
2018-07-24
perf arm64: Generate system call table from asm/unistd.h
Kim Phillips
2
-0
/
+83
2018-07-24
tools include: Grab copies of arm64 dependent unistd.h files
Kim Phillips
1
-0
/
+2
2018-07-24
perf tests: Fix record+probe_libc_inet_pton.sh when event exists
Sandipan Das
1
-4
/
+24
2018-07-24
perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanups
Sandipan Das
1
-1
/
+1
2018-07-24
perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
Sandipan Das
1
-0
/
+6
2018-07-24
perf powerpc: Fix callchain ip filtering when return address is in a register
Sandipan Das
1
-2
/
+6
2018-07-24
perf powerpc: Fix callchain ip filtering
Sandipan Das
1
-1
/
+1
2018-07-24
perf list: Add missing documentation for --desc and --debug options
Sangwon Hong
1
-1
/
+7
2018-07-24
perf kvm: Fix subcommands on s390
Thomas Richter
1
-1
/
+1
2018-07-24
perf stat: Add transaction flag (-T) support for s390
Thomas Richter
3
-0
/
+35
2018-07-24
perf json: Add s390 transaction counter definition
Thomas Richter
3
-0
/
+21
2018-07-24
perf list: Add s390 support for detailed PMU event description
Thomas Richter
16
-0
/
+324
2018-07-24
Revert "perf list: Add s390 support for detailed/verbose PMU event description"
Thomas Richter
1
-6
/
+0
2018-07-24
perf cs-etm: Bail out immediately for instruction sample failure
Leo Yan
1
-0
/
+3
2018-07-24
perf cs-etm: Introduce invalid address macro
Leo Yan
1
-4
/
+6
2018-07-24
perf hists: Clarify callchain disabling when available
Arnaldo Carvalho de Melo
6
-11
/
+11
2018-07-24
perf tests: Check that complex event name is parsed correctly
Alexey Budankov
1
-0
/
+18
2018-07-24
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
27
-102
/
+268
2018-07-16
perf, tools: Use correct articles in comments
Tobias Tefke
2
-3
/
+3
2018-07-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
14
-81
/
+84
2018-07-13
tools: build: Fixup host c flags
Laura Abbott
1
-1
/
+1
2018-07-11
perf tools: Use python-config --includes rather than --cflags
Jeremy Cline
1
-2
/
+1
2018-07-11
perf script python: Fix dict reference counting
Janne Huttunen
1
-6
/
+2
2018-07-11
perf stat: Fix --interval_clear option
Jiri Olsa
1
-1
/
+1
2018-07-11
perf tools: Fix compilation errors on gcc8
Jiri Olsa
2
-2
/
+3
2018-07-11
perf test shell: Prevent temporary editor files from being considered test sc...
Kim Phillips
1
-1
/
+1
2018-07-11
perf llvm-utils: Remove bashism from kernel include fetch script
Kim Phillips
1
-3
/
+3
2018-07-11
perf test shell: Make perf's inet_pton test more portable
Kim Phillips
1
-16
/
+21
2018-07-11
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
1
-1
/
+1
2018-07-11
perf scripts python: Add Python 3 support to EventClass.py
Jeremy Cline
1
-1
/
+3
2018-07-11
perf scripts python: Add Python 3 support to sched-migration.py
Jeremy Cline
1
-5
/
+9
2018-07-11
perf scripts python: Add Python 3 support to Util.py
Jeremy Cline
1
-5
/
+6
2018-07-11
perf scripts python: Add Python 3 support to SchedGui.py
Jeremy Cline
1
-1
/
+1
2018-07-11
perf scripts python: Add Python 3 support to Core.py
Jeremy Cline
1
-23
/
+17
2018-07-11
perf tools: Generate a Python script compatible with Python 2 and 3
Jeremy Cline
1
-14
/
+15
[prev]
[next]