index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
2011-01-24
5
-129
/
+132
*
perf threads: Move thread_map to separate file
Arnaldo Carvalho de Melo
2011-01-24
5
-70
/
+80
*
perf tools: Pass the struct opt to the wildcard parsing routine
Arnaldo Carvalho de Melo
2011-01-24
1
-9
/
+11
*
perf probe: Add --funcs to show available functions in symtab
Masami Hiramatsu
2011-01-24
2
-2
/
+67
*
perf probe: Enable to put probe inline function call site
Masami Hiramatsu
2011-01-24
1
-8
/
+48
*
perf probe: Introduce lines walker interface
Masami Hiramatsu
2011-01-24
1
-154
/
+167
*
perf callchain: Don't give arbitrary gender to callchain tree nodes
Frederic Weisbecker
2011-01-22
2
-6
/
+6
*
perf callchain: Rename register_callchain_param into callchain_register_param
Frederic Weisbecker
2011-01-22
2
-2
/
+2
*
perf callchain: Rename cumul_hits into callchain_cumul_hits
Frederic Weisbecker
2011-01-22
4
-8
/
+8
*
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
2011-01-22
6
-126
/
+192
*
perf evlist: Steal mmap reading routine from 'perf top'
Arnaldo Carvalho de Melo
2011-01-22
2
-0
/
+66
*
perf tools: Add missing cpu_map__delete()
Arnaldo Carvalho de Melo
2011-01-22
2
-1
/
+6
*
perf evlist: Move the mmap array from perf_evsel
Arnaldo Carvalho de Melo
2011-01-22
4
-49
/
+173
*
perf evsel: Introduce mmap support
Arnaldo Carvalho de Melo
2011-01-22
4
-0
/
+88
*
perf evsel: Allow specifying if the inherit bit should be set
Arnaldo Carvalho de Melo
2011-01-22
2
-10
/
+12
*
perf evsel: Support event groups
Arnaldo Carvalho de Melo
2011-01-22
2
-14
/
+23
*
perf evlist: Adopt the pollfd array
Arnaldo Carvalho de Melo
2011-01-22
2
-0
/
+15
*
perf evsel: Introduce perf_evlist
Arnaldo Carvalho de Melo
2011-01-22
7
-58
/
+97
*
perf tools: Fix time function double declaration with glibc
Thomas Renninger
2011-01-22
1
-2
/
+2
*
perf tools: Fix build when using gcc 3.4.6
Arnaldo Carvalho de Melo
2011-01-22
1
-1
/
+1
*
perf tools: Add missing header, fixes build
Arnaldo Carvalho de Melo
2011-01-22
1
-0
/
+1
*
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
2011-01-22
13
-46
/
+56
*
perf symbols: Fix annotation of thumb code
Dr. David Alan Gilbert
2011-01-21
1
-0
/
+7
*
perf tools: Fix tracepoint id to string perf.data header table
Arnaldo Carvalho de Melo
2011-01-17
1
-29
/
+0
*
perf tools: Fix handling of wildcards in tracepoint event selectors
Arnaldo Carvalho de Melo
2011-01-17
1
-1
/
+1
*
perf session: Fix infinite loop in __perf_session__process_events
Arnaldo Carvalho de Melo
2011-01-10
1
-1
/
+1
*
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
Arnaldo Carvalho de Melo
2011-01-10
1
-33
/
+49
*
perf tools: Pass whole attr to event selectors
Lin Ming
2011-01-07
3
-7
/
+13
*
perf tools: Fix buffer overflow error when specifying all tracepoints
Han Pingtian
2011-01-06
1
-31
/
+30
*
perf session: Warn about errors when processing pipe events too
Arnaldo Carvalho de Melo
2011-01-05
1
-26
/
+31
*
perf tools: Fix perf_event.h header usage
Stephane Eranian
2011-01-05
2
-2
/
+2
*
Merge commit 'v2.6.37' into perf/core
Ingo Molnar
2011-01-05
1
-1
/
+1
|
\
|
*
perf: Fix callchain hit bad cast on ascii display
Frederic Weisbecker
2011-01-03
1
-1
/
+1
*
|
perf timechart: Adjust perf timechart to the new power events
Thomas Renninger
2011-01-04
2
-0
/
+42
*
|
Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2011-01-04
18
-116
/
+586
|
\
\
|
*
|
perf evsel: Auto allocate resources needed for some methods
Arnaldo Carvalho de Melo
2011-01-04
1
-0
/
+9
|
*
|
perf evsel: Use {cpu,thread}_map to shorten list of parameters
Arnaldo Carvalho de Melo
2011-01-04
2
-15
/
+20
|
*
|
perf tools: Refactor all_tids to hold nr and the map
Arnaldo Carvalho de Melo
2011-01-04
2
-15
/
+43
|
*
|
perf tools: Refactor cpumap to hold nr and the map
Arnaldo Carvalho de Melo
2011-01-04
2
-31
/
+102
|
*
|
perf evsel: Introduce per cpu and per thread open helpers
Arnaldo Carvalho de Melo
2011-01-04
2
-0
/
+57
|
*
|
perf evsel: Steal the counter reading routines from stat
Arnaldo Carvalho de Melo
2011-01-04
2
-0
/
+167
|
*
|
perf evsel: Delete the event selectors at exit
Arnaldo Carvalho de Melo
2011-01-03
2
-0
/
+12
|
*
|
perf util: Move do_read from session to util
Arnaldo Carvalho de Melo
2011-01-03
5
-24
/
+23
|
*
|
perf evsel: Adopt MATCH_EVENT macro from 'stat'
Arnaldo Carvalho de Melo
2011-01-03
1
-0
/
+4
|
*
|
perf tools: Introduce event selectors
Arnaldo Carvalho de Melo
2011-01-03
10
-46
/
+164
*
|
|
Merge commit 'v2.6.37-rc8' into perf/core
Ingo Molnar
2011-01-04
6
-40
/
+78
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf probe: Fix to support libdwfl older than 0.148
Masami Hiramatsu
2010-12-21
1
-30
/
+55
|
*
perf tools: Fix lazy wildcard matching
Masami Hiramatsu
2010-12-21
1
-1
/
+1
|
*
perf buildid-cache: Fix symbolic link handling
Franck Bui-Huu
2010-12-16
1
-4
/
+6
|
*
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
2010-12-16
1
-1
/
+1
[next]