index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
Merge branch 'perf/scripting' into perf/core
Ingo Molnar
31
-15
/
+2458
2009-12-02
perf tools: Replace %m with %a in sscanf
Liming Wang
1
-3
/
+3
2009-12-02
perf_event: Fix compile error
Xiao Guangrong
1
-1
/
+4
2009-12-02
perf tools: Fix _GNU_SOURCE macro related strndup() build error
Liming Wang
1
-2
/
+0
2009-12-01
perf probe: Simplify event naming
Masami Hiramatsu
2
-14
/
+56
2009-12-01
perf probe: Add --list option for listing current probe events
Masami Hiramatsu
3
-18
/
+230
2009-12-01
perf probe: Add argv_split() from lib/argv_split.c
Masami Hiramatsu
3
-40
/
+118
2009-12-01
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
4
-218
/
+294
2009-12-01
perf probe: Fix probe array index for multiple probe points
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Fix argv array size in probe parser
Masami Hiramatsu
1
-4
/
+7
2009-12-01
perf probe: Add probe-finder.h without libdwarf
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Change a debugging message from pr_info to pr_debug
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf timechart: Remove open-coded event parsing code
Li Zefan
1
-140
/
+30
2009-12-01
perf annotate: Fix perf data parsing
Li Zefan
2
-127
/
+19
2009-11-30
perf trace/scripting: Add Fedora libperl install note to doc
Tom Zanussi
2
-3
/
+5
2009-11-30
perf trace/scripting: Fix Perl common_* access functions
Tom Zanussi
4
-24
/
+24
2009-11-30
perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c
Tom Zanussi
1
-1
/
+1
2009-11-30
perf trace/scripting: Silence PERL_EMBED_* backtick errors
Tom Zanussi
1
-2
/
+2
2009-11-28
perf scripting: Fix build
Ingo Molnar
1
-0
/
+2
2009-11-28
perf trace: Add a scripts/perl/bin for perf trace shell scripts
Tom Zanussi
10
-0
/
+45
2009-11-28
perf trace: Add Documentation for perf trace Perl support
Tom Zanussi
2
-1
/
+229
2009-11-28
perf trace: Add interface to access perf data from Perl handlers
Tom Zanussi
13
-13
/
+474
2009-11-28
perf trace: Add perf trace scripting support modules for Perl
Tom Zanussi
9
-0
/
+806
2009-11-28
perf trace: Add Perl scripting support
Tom Zanussi
6
-5
/
+629
2009-11-28
perf trace: Add flag/symbolic format_flags
Tom Zanussi
2
-0
/
+19
2009-11-28
perf trace: Add scripting ops
Tom Zanussi
2
-5
/
+261
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
12
-222
/
+172
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
16
-425
/
+183
2009-11-27
perf symbols: When not using modules, discard its symbols
Arnaldo Carvalho de Melo
2
-1
/
+6
2009-11-27
perf symbols: Support multiple symtabs in struct thread
Arnaldo Carvalho de Melo
7
-133
/
+162
2009-11-27
perf symbols: Kernel_maps should be an array of MAP__NR_TYPES entries
Arnaldo Carvalho de Melo
2
-14
/
+38
2009-11-27
perf symbols: Make the kallsyms loading routines part of the dso class
Arnaldo Carvalho de Melo
1
-39
/
+38
2009-11-27
perf symbols: Better support for multiple symbol tables per dso
Arnaldo Carvalho de Melo
7
-40
/
+56
2009-11-27
perf symbols: Add a 'type' field to struct map
Arnaldo Carvalho de Melo
6
-21
/
+42
2009-11-27
perf symbols: Unexport kernel_map__functions
Arnaldo Carvalho de Melo
3
-8
/
+4
2009-11-27
perf symbols: Split the dsos list into kernel and user parts
Arnaldo Carvalho de Melo
3
-22
/
+48
2009-11-27
perf symbols: Rename kernel_mapto kernel_map[s]__functions
Arnaldo Carvalho de Melo
3
-25
/
+25
2009-11-27
perf symbols: Avoid annoying message about loading symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-11-25
perf tools: Add 'signed' flag setting back into trace-event-parse.c
Tom Zanussi
1
-1
/
+2
2009-11-24
perf symbols: Rename find_symbol routines to find_function
Arnaldo Carvalho de Melo
9
-56
/
+62
2009-11-24
perf tools: Remove unused wrapper routines
Arnaldo Carvalho de Melo
2
-68
/
+4
2009-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
10
-25
/
+25
2009-11-24
perf symbols: Simplify symbol machinery setup
Arnaldo Carvalho de Melo
12
-60
/
+85
2009-11-24
perf top: Always show the DSO column, even if its all the same
Arnaldo Carvalho de Melo
1
-27
/
+11
2009-11-24
perf tools: Use common process_event functions for annotate and report
John Kacur
7
-116
/
+186
2009-11-24
perf tools: Add perf.data to .gitignore
John Kacur
1
-0
/
+1
2009-11-24
Merge branch 'perf/bench' into perf/core
Ingo Molnar
4
-1
/
+209
2009-11-24
perf kmem: Add help file
Li Zefan
2
-0
/
+45
2009-11-24
perf kmem: Measure kmalloc/kfree CPU ping-pong call-sites
Li Zefan
1
-28
/
+94
2009-11-24
perf kmem: Collect cross node allocation statistics
Li Zefan
1
-2
/
+79
[next]