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
2017-12-27
perf stat: Remove a set of shadow stats static variables
Jin Yao
2
-53
/
+16
2017-12-27
perf stat: Print per-thread shadow stats
Jin Yao
4
-87
/
+151
2017-12-27
perf stat: Update per-thread shadow stats
Jin Yao
5
-34
/
+68
2017-12-27
perf stat: Create the runtime_stat init/exit function
Jin Yao
2
-0
/
+20
2017-12-27
perf stat: Extend rbtree to support per-thread shadow stats
Jin Yao
1
-0
/
+27
2017-12-27
perf stat: Define a structure for per-thread shadow stats
Jin Yao
2
-12
/
+42
2017-12-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-37
/
+136
2017-12-18
tools arch s390: Do not include header files from the kernel sources
Arnaldo Carvalho de Melo
2
-1
/
+2
2017-12-18
perf jvmti: Generate correct debug information for inlined code
Ben Gainey
3
-36
/
+134
2017-12-18
perf tools: Fix up build in hardened environments
Jiri Olsa
1
-4
/
+3
2017-12-18
perf tools: Use shell function for perl cflags retrieval
Jiri Olsa
1
-1
/
+1
2017-12-18
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
Ingo Molnar
2
-3
/
+12
2017-12-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+11
2017-12-15
x86/decoder: Fix and update the opcodes map
Randy Dunlap
1
-3
/
+12
2017-12-12
Merge tag 'v4.15-rc3' into perf/core, to refresh the tree
Ingo Molnar
3
-3
/
+31
2017-12-12
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
Mark Rutland
1
-1
/
+1
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-3
/
+31
2017-12-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...
Ingo Molnar
9
-16
/
+355
2017-12-06
tooling/headers: Synchronize updated s390 and x86 UAPI headers
Ingo Molnar
1
-1
/
+1
2017-12-06
Merge branch 'linus' into perf/urgent, to synchronize UAPI headers
Ingo Molnar
8
-15
/
+354
2017-12-05
perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record
Wang Nan
5
-36
/
+36
2017-12-05
perf mmap: Don't discard prev in backward mode
Wang Nan
1
-18
/
+15
2017-12-05
perf mmap: Fix perf backward recording
Wang Nan
1
-3
/
+8
2017-12-05
perf report: Set browser mode right before setup_browser()
Seokho Song
1
-7
/
+7
2017-12-05
perf vendor events: Use more flexible pattern matching for CPU identification...
William Cohen
4
-16
/
+60
2017-12-05
perf c2c: Add a tip about cacheline events
Sangwon Hong
1
-0
/
+1
2017-12-05
perf mmap: Remove overwrite and check_messup from mmap read
Wang Nan
3
-26
/
+6
2017-12-05
perf mmap: Remove overwrite from arguments list of perf_mmap__push
Wang Nan
3
-5
/
+5
2017-12-05
perf evlist: Remove evlist->overwrite
Wang Nan
3
-5
/
+3
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex
Wang Nan
3
-6
/
+6
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
Wang Nan
17
-20
/
+18
2017-12-05
perf tools: Fix up build in hardnened environments
Jiri Olsa
1
-4
/
+3
2017-12-05
perf pmu: Add check for valid cpuid in perf_pmu__find_map()
Ganapatrao Kulkarni
1
-0
/
+6
2017-12-05
perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
Ganapatrao Kulkarni
2
-0
/
+77
2017-12-05
perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
Ganapatrao Kulkarni
1
-4
/
+35
2017-12-05
perf s390: add regs_query_register_offset()
Hendrik Brueckner
3
-3
/
+31
2017-12-05
perf tools arm64: Add support for get_cpuid_str function.
Ganapatrao Kulkarni
2
-0
/
+66
2017-12-05
perf pmu: Pass pmu as a parameter to get_cpuid_str()
Ganapatrao Kulkarni
6
-17
/
+18
2017-12-05
perf s390: Always build with -fPIC
Hendrik Brueckner
1
-0
/
+1
2017-12-05
perf thread_map: Add method to map all threads in the system
Arnaldo Carvalho de Melo
2
-6
/
+17
2017-12-05
perf stat: Add rbtree node_delete op
Jin Yao
1
-1
/
+11
2017-12-05
perf rblist: Create rblist__exit() function
Jin Yao
2
-7
/
+13
2017-12-05
perf annotate: Fix objdump comment parsing for Intel mov dissassembly
Thomas Richter
1
-3
/
+5
2017-12-05
perf annotate: Fix unnecessary memory allocation for s390x
Thomas Richter
1
-1
/
+2
2017-12-05
perf bench futex: Sync waker threads
James Yang
1
-2
/
+20
2017-12-05
tools build feature: Check if pthread_barrier_t is available
Arnaldo Carvalho de Melo
1
-0
/
+4
2017-11-30
perf bench futex: Use cpumaps
Davidlohr Bueso
5
-41
/
+65
2017-11-29
perf intel-pt: Improve build messages for files that differ from the kernel
Adrian Hunter
1
-9
/
+15
2017-11-29
perf report: Fix -D output for user metadata events
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-11-29
perf buildid-cache: Document for Node.js USDT
Hansuk Hong
1
-0
/
+1
[prev]
[next]