index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
perf/x86/intel: Add perf core PMU support for Intel Knights Landing
Harish Chegondi
3
-0
/
+78
2016-01-06
perf/x86/intel/uncore: Add Broadwell-EP uncore support
Kan Liang
2
-5
/
+149
2016-01-06
perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interface
Huang Rui
1
-18
/
+5
2016-01-06
perf/x86: Enable cycles:pp for Intel Atom
Stephane Eranian
2
-0
/
+3
2016-01-06
perf/x86: fix PEBS issues on Intel Atom/Core2
Stephane Eranian
1
-1
/
+8
2016-01-06
perf/x86: Fix LBR related crashes on Intel Atom
Stephane Eranian
1
-4
/
+7
2016-01-06
perf/x86: Fix filter_events() bug with event mappings
Stephane Eranian
1
-1
/
+10
2016-01-06
perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp
Andi Kleen
4
-5
/
+57
2016-01-06
perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake
Andi Kleen
2
-4
/
+3
2016-01-06
perf/x86: Allow zero PEBS status with only single active event
Andi Kleen
1
-0
/
+12
2016-01-06
perf/x86: Remove warning for zero PEBS status
Andi Kleen
1
-4
/
+1
2016-01-06
perf/core: Collapse more IPI loops
Peter Zijlstra
1
-73
/
+33
2016-01-06
perf: Fix race in swevent hash
Peter Zijlstra
1
-19
/
+1
2016-01-06
perf: Fix race in perf_event_exec()
Peter Zijlstra
1
-10
/
+5
2015-12-17
perf stat report: Allow to override aggr_mode
Jiri Olsa
2
-0
/
+27
2015-12-17
perf stat report: Process event update events
Jiri Olsa
1
-0
/
+1
2015-12-17
perf stat report: Process stat and stat round events
Jiri Olsa
1
-0
/
+28
2015-12-17
perf stat report: Move csv_sep initialization before report command
Jiri Olsa
1
-7
/
+7
2015-12-17
perf stat report: Add support to initialize aggr_map from file
Jiri Olsa
1
-0
/
+103
2015-12-17
perf stat report: Process stat config event
Jiri Olsa
1
-0
/
+10
2015-12-17
perf stat report: Process cpu/threads maps
Jiri Olsa
1
-2
/
+64
2015-12-17
perf stat report: Add report command
Jiri Olsa
2
-4
/
+69
2015-12-17
perf stat record: Synthesize event update events
Jiri Olsa
1
-0
/
+59
2015-12-17
perf stat record: Do not allow record with multiple runs mode
Jiri Olsa
1
-0
/
+5
2015-12-17
perf stat record: Write stat round events on record
Jiri Olsa
1
-0
/
+20
2015-12-17
perf stat record: Write stat events on record
Jiri Olsa
1
-0
/
+19
2015-12-17
perf stat record: Add pipe support for record command
Jiri Olsa
1
-11
/
+28
2015-12-17
perf stat record: Store events IDs in perf data file
Jiri Olsa
1
-0
/
+35
2015-12-17
perf evlist: Export id_add_fd()
Jiri Olsa
2
-3
/
+6
2015-12-17
perf stat record: Synthesize stat record data
Jiri Olsa
1
-13
/
+43
2015-12-17
perf stat record: Initialize record features
Jiri Olsa
2
-0
/
+18
2015-12-17
perf stat record: Add record command
Jiri Olsa
2
-4
/
+128
2015-12-17
perf tools: Introduce stat perf.data header feature
Jiri Olsa
3
-0
/
+17
2015-12-17
perf report: Display newly added events in raw dump
Jiri Olsa
1
-0
/
+19
2015-12-17
perf tools: Add perf_event__fprintf_event_update function
Jiri Olsa
2
-0
/
+39
2015-12-17
perf tools: Add event_update event cpus type
Jiri Olsa
4
-0
/
+79
2015-12-17
perf tools: Add event_update event name type
Jiri Olsa
4
-0
/
+50
2015-12-17
perf tools: Add event_update event scale type
Jiri Olsa
4
-0
/
+55
2015-12-17
perf tools: Add event_update event unit type
Jiri Olsa
7
-0
/
+99
2015-12-17
perf tools: Add event_update user level event
Jiri Olsa
6
-0
/
+56
2015-12-17
perf tools: Add stat events fprintf functions
Jiri Olsa
2
-0
/
+43
2015-12-17
perf tools: Add stat round event synthesize function
Jiri Olsa
5
-0
/
+47
2015-12-17
perf tools: Add stat round user level event
Jiri Olsa
4
-1
/
+37
2015-12-17
perf tools: Add stat event read function
Jiri Olsa
2
-0
/
+29
2015-12-17
perf tools: Add stat event synthesize function
Jiri Olsa
5
-6
/
+69
2015-12-17
perf tools: Add stat user level event
Jiri Olsa
4
-1
/
+47
2015-12-17
perf tools: Add stat config event read function
Jiri Olsa
3
-0
/
+32
2015-12-17
perf tools: Add stat config event synthesize function
Jiri Olsa
6
-0
/
+104
2015-12-17
perf tools: Add stat config user level event
Jiri Olsa
4
-1
/
+47
2015-12-17
perf cpu_map: Add perf_event__fprintf_cpu_map function
Jiri Olsa
2
-0
/
+17
[next]