index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-06
perf trace: Add total time column to summary.
Milian Wolff
1
-5
/
+5
2015-08-05
perf tools: Fix build errors with mipsel-linux-uclibc compiler
Petri Gynther
1
-1
/
+1
2015-08-05
perf trace: Write to stderr by default
Milian Wolff
1
-1
/
+1
2015-08-05
perf tools: Do not include escape sequences in color_vfprintf return
Andi Kleen
1
-2
/
+3
2015-08-05
perf tools: Remove trail argument to color vsprintf
Jiri Olsa
2
-15
/
+2
2015-08-05
perf tools: Refine parse/config callchain functions
Kan Liang
4
-14
/
+15
2015-08-05
perf tools: Per-event time support
Kan Liang
7
-5
/
+31
2015-08-05
perf trace: Use vfs_getname syscall arg beautifier in more syscalls
Arnaldo Carvalho de Melo
1
-9
/
+65
2015-08-05
perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname
Arnaldo Carvalho de Melo
1
-1
/
+75
2015-08-05
perf trace: Use a constant for the syscall formatting buffer
Arnaldo Carvalho de Melo
1
-3
/
+5
2015-08-05
perf trace: Remember if the vfs_getname tracepoint/kprobe is in place
Arnaldo Carvalho de Melo
1
-4
/
+6
2015-08-05
perf trace: Do not show syscall tracepoint filter in the --no-syscalls case
Arnaldo Carvalho de Melo
1
-2
/
+3
2015-08-04
perf script: No tracepoints? Don't call libtraceevent.
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-07-31
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
15
-97
/
+233
2015-07-31
Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...
Ingo Molnar
2
-6
/
+4
2015-07-30
perf tests: Adding build test for having ending double slash
Jiri Olsa
1
-4
/
+9
2015-07-29
perf tools: Introduce callgraph_set for callgraph option
Kan Liang
2
-2
/
+8
2015-07-29
perf tools: Force period term to overload global settings
Jiri Olsa
5
-4
/
+16
2015-07-29
perf tools: Add support for event post configuration
Jiri Olsa
3
-11
/
+106
2015-07-29
perf session env: Rename exit method
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-07-29
perf symbols: Fix mismatched declarations for elf_getphdrnum
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-07-29
perf python: Make twatch.py use soft dummy event, freq=0
Arnaldo Carvalho de Melo
1
-1
/
+11
2015-07-29
perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}
Arnaldo Carvalho de Melo
1
-0
/
+6
2015-07-29
perf python: Add macro to simplify maintainance of the constants array
Arnaldo Carvalho de Melo
1
-66
/
+68
2015-07-29
perf python: Remove dependency on 'machine' methods
Arnaldo Carvalho de Melo
3
-6
/
+6
2015-07-28
perf tools: Fix test build error when bindir contains double slash
Pawel Moll
1
-1
/
+1
2015-07-28
perf stat: Fix transaction lenght metrics
Andi Kleen
1
-5
/
+3
2015-07-24
perf script: Add option --show-switch-events
Adrian Hunter
2
-0
/
+35
2015-07-24
perf script: Don't assume evsel position of tracking events
Adrian Hunter
1
-5
/
+5
2015-07-24
perf record: Add option --switch-events to select PERF_RECORD_SWITCH events
Adrian Hunter
6
-0
/
+26
2015-07-24
perf tools: Add new PERF_RECORD_SWITCH event
Adrian Hunter
8
-0
/
+76
2015-07-24
perf tools: Stop copying kallsyms into the perf.data file header
Arnaldo Carvalho de Melo
1
-14
/
+8
2015-07-24
perf tools: Stop reading the kallsyms data from perf.data
Arnaldo Carvalho de Melo
2
-45
/
+13
2015-07-24
perf script: Switch from perf.data's kallsyms to perf's symbol resolver
Arnaldo Carvalho de Melo
1
-0
/
+7
2015-07-24
perf trace: Provide libtracevent with a kernel symbol resolver
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-07-24
perf symbols: Provide libtraceevent callback to resolve kernel symbols
Arnaldo Carvalho de Melo
4
-15
/
+49
2015-07-23
perf symbols: Introduce map__is_(kernel,kmodule)()
Arnaldo Carvalho de Melo
2
-0
/
+21
2015-07-23
perf symbols: Add front end cache for DSO symbol lookup
Arnaldo Carvalho de Melo
2
-1
/
+10
2015-07-21
perf header: Use argv style storage for cmdline feature data
Jiri Olsa
3
-15
/
+22
2015-07-21
perf evlist: Tolerate NULL maps in propagate_maps
Jiri Olsa
1
-1
/
+2
2015-07-21
perf evlist: Use bool instead of target argument in propagate_maps()
Jiri Olsa
1
-4
/
+4
2015-07-21
perf evlist: Force perf_evlist__set_maps to propagate maps through events
Jiri Olsa
2
-8
/
+20
2015-07-21
perf test: Check for refcnt in thread_map test
Jiri Olsa
1
-0
/
+4
2015-07-21
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
32
-358
/
+842
2015-07-21
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
11
-23
/
+36
2015-07-20
perf bench futex: Add lock_pi stresser
Davidlohr Bueso
6
-0
/
+248
2015-07-20
perf tools: Fix makefile generation under dash
Sergei Trofimovich
1
-1
/
+1
2015-07-20
perf buildid: Use SBUILD_ID_SIZE macro
Masami Hiramatsu
4
-9
/
+10
2015-07-20
perf probe: Move ftrace probe-event operations to probe-file.c
Masami Hiramatsu
5
-292
/
+353
2015-07-20
perf probe: Simplify __add_probe_trace_events code
Masami Hiramatsu
1
-27
/
+43
[next]