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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
perf parse-events: Fix another memory leaks found on parse_events()
Ian Rogers
1
-0
/
+1
2020-05-05
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
1
-1
/
+1
2020-05-05
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
1
-0
/
+1
2020-05-05
libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...
He Zhe
2
-1
/
+2
2020-05-05
perf record: Move side band evlist setup to separate routine
Arnaldo Carvalho de Melo
1
-30
/
+41
2020-05-05
perf record: Introduce --switch-output-event
Arnaldo Carvalho de Melo
2
-4
/
+50
2020-05-05
libsubcmd: Introduce OPT_CALLBACK_SET()
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-05-05
perf evlist: Allow reusing the side band thread for more purposes
Arnaldo Carvalho de Melo
2
-0
/
+24
2020-05-05
perf evlist: Move the sideband thread routines to separate object
Arnaldo Carvalho de Melo
3
-117
/
+126
2020-05-05
perf parse-events: Add parse_events_option() variant that creates evlist
Arnaldo Carvalho de Melo
2
-0
/
+24
2020-05-05
perf bpf: Decouple creating the evlist from adding the SB event
Arnaldo Carvalho de Melo
6
-29
/
+36
2020-05-05
perf top: Move sb_evlist to 'struct perf_top'
Arnaldo Carvalho de Melo
2
-5
/
+4
2020-05-05
perf record: Move sb_evlist to 'struct record'
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
11
-158
/
+186
2020-04-30
perf vendor events power9: Add hv_24x7 socket/chip level metric events
Kajol Jain
1
-0
/
+19
2020-04-30
perf tools: Enable Hz/hz prinitg for --metric-only option
Kajol Jain
1
-2
/
+0
2020-04-30
perf tests expr: Added test for runtime param in metric expression
Kajol Jain
1
-0
/
+8
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
8
-27
/
+79
2020-04-30
perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()
Shaokun Zhang
1
-1
/
+1
2020-04-30
perf report: Fix warning assignment of 0/1 to bool variable
Zou Wei
1
-1
/
+1
2020-04-30
perf tools: Remove unneeded semicolons
Zou Wei
7
-7
/
+7
2020-04-30
perf c2c: Remove unneeded semicolon
Zou Wei
1
-3
/
+3
2020-04-30
libtraceevent: Remove unneeded semicolon
Zou Wei
1
-1
/
+1
2020-04-30
perf script: Remove extraneous newline in perf_sample__fprintf_regs()
Stephane Eranian
1
-2
/
+0
2020-04-30
perf synthetic events: Remove use of sscanf from /proc reading
Ian Rogers
1
-52
/
+105
2020-04-30
tools api: Add a lightweight buffered reading api
Ian Rogers
5
-0
/
+422
2020-04-30
perf bench: Add a multi-threaded synthesize benchmark
Ian Rogers
1
-25
/
+186
2020-04-23
perf record: Add num-synthesize-threads option
Stephane Eranian
3
-2
/
+37
2020-04-23
perf test session topology: Fix data path
Tommi Rantala
1
-8
/
+4
2020-04-23
perf stat: Improve runtime stat for interval mode
Jin Yao
2
-0
/
+3
2020-04-22
perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
Jin Yao
1
-2
/
+4
2020-04-22
perf script: Avoid NULL dereference on symbol
Ian Rogers
1
-1
/
+1
2020-04-22
perf evlist: Remove duplicate headers
Jagadeesh Pagadala
1
-2
/
+0
2020-04-22
perf bench: Fix div-by-zero if runtime is zero
Tommi Rantala
3
-3
/
+6
2020-04-22
perf cgroup: Avoid needless closing of unopened fd
Tommi Rantala
1
-1
/
+2
2020-04-22
Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...
Ingo Molnar
72
-460
/
+1747
2020-04-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+3
2020-04-21
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-2
/
+5
2020-04-21
tools/vm: fix cross-compile build
Lucas Stach
1
-0
/
+2
2020-04-21
tools/build: tweak unused value workaround
George Burgess IV
1
-1
/
+1
2020-04-19
Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-32
/
+71
2020-04-19
Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
22
-387
/
+646
2020-04-18
perf hist: Add fast path for duplicate entries check
Kan Liang
3
-1
/
+26
2020-04-18
perf c2c: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf top: Add option to enable the LBR stitching approach
Kan Liang
3
-0
/
+21
2020-04-18
perf script: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf report: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf callchain: Stitch LBR call stack
Kan Liang
6
-28
/
+188
2020-04-18
perf callchain: Save previous cursor nodes for LBR stitching approach
Kan Liang
3
-4
/
+83
2020-04-18
perf thread: Save previous sample for LBR stitching approach
Kan Liang
3
-0
/
+36
[next]