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-13
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
1
-11
/
+12
2018-03-13
perf tests: Add breakpoint accounting/modify test
Jiri Olsa
4
-0
/
+201
2018-03-08
perf tools: Update quipper information
Stephane Eranian
1
-6
/
+1
2018-03-08
perf annotate: Handle s390 PC relative load and store instruction.
Thomas Richter
1
-0
/
+63
2018-03-08
perf annotate: Support to display the IPC/Cycle in TUI mode
Jin Yao
1
-6
/
+82
2018-03-08
perf report: Provide libtraceevent with a kernel symbol resolver
Wang YanQing
1
-0
/
+9
2018-03-08
perf build: Force llvm/clang test compile output to .make.output
Jiri Olsa
1
-3
/
+6
2018-03-08
perf build: Add llvm/clang make targets to FILES
Jiri Olsa
1
-1
/
+4
2018-03-08
perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
Jiri Olsa
1
-1
/
+5
2018-03-08
perf tools: Update tags with .cpp files
Jiri Olsa
1
-3
/
+3
2018-03-08
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
4
-1
/
+316
2018-03-08
perf c2c: Use mem_info refcnt logic
Jiri Olsa
1
-13
/
+11
2018-03-08
perf tools: Add refcnt into struct mem_info
Jiri Olsa
4
-6
/
+41
2018-03-08
perf record: Remove progname from struct record
Jiri Olsa
1
-3
/
+0
2018-03-08
perf record: Move machine variable down the function
Jiri Olsa
1
-3
/
+1
2018-03-08
perf report: Display perf.data header info
Jiri Olsa
1
-1
/
+6
2018-03-08
perf report: Fix the output for stdio events list
Jiri Olsa
4
-9
/
+34
2018-03-08
perf annotate: Fix s390 target function disassembly
Thomas Richter
2
-2
/
+53
2018-03-08
perf intel-pt: Adjust overlap-checking to support sampling mode
Adrian Hunter
1
-3
/
+4
2018-03-08
perf intel-pt: Remove a check for sampling mode
Adrian Hunter
1
-3
/
+0
2018-03-08
perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
Adrian Hunter
1
-13
/
+11
2018-03-08
perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
Adrian Hunter
1
-36
/
+3
2018-03-08
perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
Adrian Hunter
1
-9
/
+5
2018-03-08
perf intel-pt: Fix timestamp following overflow
Adrian Hunter
1
-0
/
+1
2018-03-08
perf intel-pt: Fix error recovery from missing TIP packet
Adrian Hunter
1
-0
/
+1
2018-03-08
perf intel-pt: Fix sync_switch
Adrian Hunter
1
-7
/
+25
2018-03-08
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
Adrian Hunter
3
-35
/
+34
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
[next]