index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-02-28
1
-32
/
+188
|
\
|
*
perf symbols: Fix up map end too on modular kernels with no modules installed
Arnaldo Carvalho de Melo
2010-02-21
1
-0
/
+6
|
*
perf symbols: Remove perf_session usage in symbols layer
Arnaldo Carvalho de Melo
2010-02-04
1
-4
/
+2
|
*
perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event
Arnaldo Carvalho de Melo
2010-01-20
1
-0
/
+1
|
*
perf symbols: Accept an alias when looking for "_text"
Arnaldo Carvalho de Melo
2010-01-16
1
-1
/
+6
|
*
perf symbols: The synthesized kernel modules MMAP must use the pathnames
Arnaldo Carvalho de Melo
2010-01-16
1
-3
/
+3
|
*
perf symbols: Create thread__find_addr_map from thread__find_addr_location
Arnaldo Carvalho de Melo
2010-01-16
1
-9
/
+17
|
*
perf record: Encode the domain while synthesizing MMAP events
Arnaldo Carvalho de Melo
2010-01-16
1
-2
/
+9
|
*
perf symbols: Cache /proc/kallsyms files by build-id
Arnaldo Carvalho de Melo
2010-01-16
1
-1
/
+1
|
*
perf tools: Don't cast RIP to pointers
Arnaldo Carvalho de Melo
2010-01-16
1
-6
/
+3
|
*
perf tools: Encode kernel module mappings in perf.data
Arnaldo Carvalho de Melo
2010-01-13
1
-12
/
+94
|
*
perf tools: Create typedef for common event synthesizing callback
Arnaldo Carvalho de Melo
2010-01-13
1
-11
/
+5
|
*
perf tools: Handle relocatable kernels
Arnaldo Carvalho de Melo
2010-01-13
1
-3
/
+61
*
|
perf: Fix hypervisor sample reporting
Anton Blanchard
2010-02-09
1
-2
/
+2
|
/
*
perf report: Generalize perf_session__fprintf_hists()
Arnaldo Carvalho de Melo
2009-12-16
1
-1
/
+29
*
perf symbols: Move symbol filtering to event__preprocess_sample()
Arnaldo Carvalho de Melo
2009-12-16
1
-0
/
+42
*
perf session: Event statistics also are per session
Arnaldo Carvalho de Melo
2009-12-15
1
-4
/
+2
*
perf session: Move kmaps to perf_session
Arnaldo Carvalho de Melo
2009-12-14
1
-6
/
+7
*
perf session: Move the global threads list to perf_session
Arnaldo Carvalho de Melo
2009-12-14
1
-9
/
+9
*
perf session: Reduce the number of parms to perf_session__process_events
Arnaldo Carvalho de Melo
2009-12-14
1
-5
/
+3
*
perf session: Pass the perf_session to the event handling operations
Arnaldo Carvalho de Melo
2009-12-14
1
-14
/
+23
*
perf symbols: Rename kthreads to kmaps, using another abstraction for it
Arnaldo Carvalho de Melo
2009-12-12
1
-5
/
+6
*
perf: Make common SAMPLE_EVENT parser
OGAWA Hirofumi
2009-12-06
1
-0
/
+67
*
perf annotate: Fix perf data parsing
Li Zefan
2009-12-01
1
-2
/
+1
*
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
2009-11-27
1
-0
/
+62
*
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
2009-11-27
1
-0
/
+74
*
perf tools: Generalize event synthesizing routines
Arnaldo Carvalho de Melo
2009-10-27
1
-0
/
+177