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
2010-12-21
perf tools: Fix lazy wildcard matching
Masami Hiramatsu
1
-1
/
+1
2010-12-21
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
1
-32
/
+60
2010-12-21
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
1
-12
/
+26
2010-12-21
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
2
-6
/
+9
2010-12-21
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
1
-11
/
+15
2010-12-21
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
1
-18
/
+11
2010-12-21
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
1
-1
/
+1
2010-12-21
perf probe: Cleanup messages
Masami Hiramatsu
2
-34
/
+38
2010-12-21
perf symbols: Add symfs option for off-box analysis using specified tree
David Ahern
9
-19
/
+81
2010-12-21
perf record,report,annotate,diff: Process events in order
Ian Munsie
4
-1
/
+10
2010-12-21
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
14
-15
/
+31
2010-12-16
perf buildid-list: Fix error return for success
Arnaldo Carvalho de Melo
1
-2
/
+1
2010-12-16
perf buildid-cache: Fix symbolic link handling
Franck Bui-Huu
1
-4
/
+6
2010-12-16
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
1
-1
/
+1
2010-12-16
perf probe: Fix use of kernel image path given by 'k' option
Franck Bui-Huu
4
-5
/
+21
2010-12-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
3
-11
/
+65
2010-12-14
Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
7
-0
/
+490
2010-12-09
perf session: Remove unneeded dump_printf calls
Arnaldo Carvalho de Melo
1
-12
/
+11
2010-12-09
perf session: Split out user event processing
Thomas Gleixner
1
-18
/
+24
2010-12-09
perf session: Split out sample preprocessing
Thomas Gleixner
1
-15
/
+25
2010-12-09
perf session: Move dump code to event delivery path
Thomas Gleixner
1
-5
/
+5
2010-12-09
perf session: Add file_offset to event delivery function
Thomas Gleixner
1
-4
/
+8
2010-12-09
perf session: Store file offset in sample_queue
Thomas Gleixner
1
-2
/
+5
2010-12-09
tools/virtio: virtio_test tool
Michael S. Tsirkin
5
-0
/
+487
2010-12-09
vhost test module
Michael S. Tsirkin
2
-0
/
+3
2010-12-09
perf session: Consolidate the dump code
Thomas Gleixner
2
-25
/
+40
2010-12-09
perf session: Dont queue events w/o timestamps
Thomas Gleixner
1
-1
/
+1
2010-12-09
perf event: Prevent unbound event__name array access
Thomas Gleixner
4
-6
/
+19
2010-12-09
perf report: Allow user to specify path to kallsyms file
David Ahern
4
-2
/
+13
2010-12-07
perf makefile: Allow strong and weak functions in LIB_OBJS
Ian Munsie
1
-1
/
+1
2010-12-06
perf record: Fix eternal wait for stillborn child
Arnaldo Carvalho de Melo
1
-2
/
+4
2010-12-06
perf tools: Catch a few uncheck calloc/malloc's
Chris Samuel
5
-0
/
+15
2010-12-06
perf script: Fix compiler warning in builtin_script.c:is_top_script()
Stephane Eranian
1
-5
/
+5
2010-12-06
perf session: Sort all events if ordered_samples=true
Thomas Gleixner
1
-53
/
+72
2010-12-06
perf options: add OPT_CALLBACK_DEFAULT_NOOPT
Akihiro Nagai
1
-0
/
+4
2010-12-06
perf hist: Better displaying of unresolved DSOs and symbols
Ian Munsie
1
-3
/
+3
2010-12-04
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
Arnaldo Carvalho de Melo
9
-100
/
+315
2010-12-04
perf session: Parse sample earlier
Arnaldo Carvalho de Melo
18
-192
/
+236
2010-12-02
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
15
-68
/
+324
2010-12-01
perf stat: Add csv-style output
Stephane Eranian
2
-40
/
+109
2010-12-01
perf stat: Use --big-num format by default
Arnaldo Carvalho de Melo
1
-1
/
+1
2010-12-01
perf stat: Document missing options
Shawn Bohrer
1
-7
/
+27
2010-12-01
perf test: Fix spelling mistake in documentation
Shawn Bohrer
1
-1
/
+1
2010-12-01
perf trace: Document missing options
Shawn Bohrer
1
-0
/
+7
2010-12-01
perf top: Document missing options
Shawn Bohrer
1
-4
/
+24
2010-12-01
perf sched: Document missing options
Shawn Bohrer
1
-2
/
+16
2010-12-01
perf report: Document missing options
Shawn Bohrer
1
-4
/
+45
2010-12-01
perf record: Document missing options
Shawn Bohrer
1
-4
/
+13
2010-12-01
perf probe: Fix spelling mistake in documentation
Shawn Bohrer
1
-1
/
+1
2010-12-01
perf lock: Document missing options
Shawn Bohrer
1
-0
/
+15
[prev]
[next]