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.13.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
2013-01-24
perf sort: Move misplaced sort entry functions
Namhyung Kim
1
-59
/
+60
2013-01-24
perf probe: Allow of casting an array of char to string
Hyeoncheol Lee
1
-5
/
+5
2013-01-24
perf tools: Add anonymous huge page recognition
Joshua Zhu
1
-1
/
+2
2013-01-24
perf bench: Flush stdout before starting bench suite
Namhyung Kim
1
-0
/
+2
2013-01-24
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
3
-5
/
+1
2013-01-24
perf tools: Fix possible (unlikely) buffer overflow
Thomas Jarosch
1
-1
/
+1
2013-01-24
perf tools: Fix GNU make v3.80 compatibility issue
Al Cooper
1
-3
/
+3
2013-01-24
perf ui/gtk: Setup browser window early
Namhyung Kim
1
-11
/
+11
2013-01-24
perf ui/gtk: Factor out common browser routines
Namhyung Kim
4
-223
/
+240
2013-01-24
perf script: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-1
/
+1
2013-01-24
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-2
/
+1
2013-01-24
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
1
-4
/
+2
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-01-24
perf tests: Add return states enum for tests
Jiri Olsa
2
-3
/
+18
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
5
-21
/
+5
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
9
-81
/
+95
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
6
-33
/
+34
2013-01-24
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
3
-6
/
+6
2013-01-24
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2
-16
/
+4
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
3
-5
/
+8
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
1
-5
/
+46
2013-01-24
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
1
-0
/
+1
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
3
-2
/
+11
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
4
-0
/
+32
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
7
-100
/
+68
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
4
-37
/
+37
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
6
-90
/
+31
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
4
-0
/
+508
2013-01-24
perf diff: Use internal rb tree for compute resort
Namhyung Kim
3
-11
/
+23
2013-01-24
perf hists: Link hist entries before inserting to an output tree
Namhyung Kim
2
-60
/
+54
2013-01-24
perf hists: Exchange order of comparing items when collapsing hists
Namhyung Kim
2
-4
/
+10
2013-01-24
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
57
-1519
/
+1483
2013-01-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...
Linus Torvalds
1
-1
/
+1
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
1
-1
/
+1
2013-01-10
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Sebastian Andrzej Siewior
1
-0
/
+10
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-12
perf top: Use perf_evlist__config()
Arnaldo Carvalho de Melo
4
-157
/
+79
2012-12-12
perf record: Export the callchain parsing routine and help
Arnaldo Carvalho de Melo
2
-5
/
+11
2012-12-12
perf record: Pass perf_record_opts to the callchain cmdline parsing callback
Arnaldo Carvalho de Melo
1
-13
/
+11
2012-12-12
perf evsel: Decode read_format and sample_type in perf_evsel__fprintf
Arnaldo Carvalho de Melo
1
-2
/
+50
2012-12-12
perf tools: Add install-bin Makefile target
Arnaldo Carvalho de Melo
1
-1
/
+3
2012-12-12
perf evsel: Adopt fprintf routine from 'perf evlist'
Arnaldo Carvalho de Melo
3
-79
/
+87
2012-12-12
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
5
-14
/
+13
2012-12-12
perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
Arnaldo Carvalho de Melo
4
-7
/
+5
[prev]
[next]