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
2018-03-08
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
17
-40
/
+18
2018-03-08
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
17
-22
/
+17
2018-03-08
perf mmap: Simplify perf_mmap__consume()
Kan Liang
15
-18
/
+18
2018-03-08
perf mmap: Use stored 'overwrite' in perf_mmap__consume()
Kan Liang
1
-2
/
+2
2018-03-08
perf mmap: Use the stored data in perf_mmap__read_event()
Kan Liang
1
-10
/
+8
2018-03-08
perf mmap: Use the stored scope data in perf_mmap__push()
Kan Liang
3
-15
/
+15
2018-03-08
perf mmap: Store mmap scope in struct perf_mmap()
Kan Liang
2
-4
/
+10
2018-03-08
perf evlist: Store 'overwrite' in struct perf_mmap
Kan Liang
2
-3
/
+6
2018-03-08
perf pmu: Auto-merge PMU events created by prefix or glob match
Agustin Vega-Frias
4
-18
/
+15
2018-03-08
perf pmu: Display pmu name when printing unmerged events in stat
Agustin Vega-Frias
4
-2
/
+37
2018-03-08
perf pmu: Support wildcards on pmu name in dynamic pmu events
Agustin Vega-Frias
4
-4
/
+33
2018-03-07
perf tools: Correct title markers for asciidoctor
Takashi Iwai
5
-5
/
+5
2018-03-07
perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr
Adrian Hunter
1
-8
/
+15
2018-03-07
perf auxtrace: Rename some buffer-queuing functions
Adrian Hunter
1
-10
/
+10
2018-03-07
perf auxtrace: Add missing parameters from kernel-doc comments
Adrian Hunter
1
-0
/
+2
2018-03-07
perf trace: Support setting cgroups as targets
Arnaldo Carvalho de Melo
2
-0
/
+75
2018-03-07
perf cgroup: Make the cgroup name be const char *
Arnaldo Carvalho de Melo
2
-11
/
+15
2018-03-07
perf cgroup: Add evlist__add_default_cgroup()
Arnaldo Carvalho de Melo
2
-0
/
+16
2018-03-07
perf cgroup: Add evlist__findnew_cgroup()
Arnaldo Carvalho de Melo
2
-7
/
+14
2018-03-07
perf record: Combine some auxtrace initialization into a single function
Adrian Hunter
1
-12
/
+24
2018-03-07
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
1
-2
/
+36
2018-03-07
perf sched: Move thread::shortname to thread_runtime
Changbin Du
2
-41
/
+55
2018-03-07
perf cgroup: Introduce cgroup__new() out of open coded equivalent
Arnaldo Carvalho de Melo
1
-10
/
+20
2018-03-07
perf cgroup: Introduce find_cgroup() method
Arnaldo Carvalho de Melo
1
-2
/
+10
2018-03-07
perf cgroup: Introduce cgroup__get()
Arnaldo Carvalho de Melo
2
-6
/
+11
2018-03-07
perf cgroup: Rename close_cgroup() to cgroup__put()
Arnaldo Carvalho de Melo
3
-5
/
+5
2018-03-07
perf cgroup: Introduce cgroup__delete()
Arnaldo Carvalho de Melo
1
-3
/
+8
2018-03-07
perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'
Arnaldo Carvalho de Melo
3
-7
/
+8
2018-03-07
perf cgroup: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-03-07
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
5
-11
/
+18
2018-03-06
perf tools: Fix trigger class trigger_on()
Adrian Hunter
1
-4
/
+5
2018-03-06
perf auxtrace: Prevent decoding when --no-itrace
Adrian Hunter
1
-6
/
+9
2018-03-06
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
1
-1
/
+1
2018-03-06
Merge tag 'perf-core-for-mingo-4.17-20180305' of git://git.kernel.org/pub/scm...
Ingo Molnar
34
-146
/
+328
2018-03-06
Merge tag 'v4.16-rc4' into perf/core, to pick up fixes
Ingo Molnar
42
-277
/
+603
2018-03-05
tools headers: Sync x86's cpufeatures.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-03-05
tools headers: Sync copy of kvm UAPI headers
Arnaldo Carvalho de Melo
1
-0
/
+2
2018-03-05
perf record: Fix crash in pipe mode
Jiri Olsa
3
-2
/
+16
2018-03-05
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
1
-0
/
+25
2018-03-05
perf top: Fix annoying fallback message on older kernels
Kan Liang
1
-1
/
+1
2018-03-05
perf kallsyms: Fix the usage on the man page
Sangwon Hong
1
-1
/
+1
2018-03-05
perf mmap: Discard legacy interfaces for mmap read forward
Kan Liang
3
-48
/
+2
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for task-exit
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for sw-clock
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for perf-record
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for tp fields
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for "keep tracking...
Kan Liang
1
-2
/
+8
[next]