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-05-10
Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
5
-105
/
+238
2010-05-09
perf report: Allow limiting the number of entries to print in callchains
Arnaldo Carvalho de Melo
3
-1
/
+15
2010-05-09
perf session: Embed the host machine data on perf_session
Arnaldo Carvalho de Melo
6
-31
/
+29
2010-05-09
perf symbols: Check if a struct machine instance was found
Arnaldo Carvalho de Melo
1
-2
/
+8
2010-05-09
perf symbols: Consider unresolved DSOs in the dso__col_widt calculation
Arnaldo Carvalho de Melo
1
-0
/
+7
2010-05-09
perf lock: Drop "-a" option from cmd_record() default arguments set
Hitoshi Mitake
1
-1
/
+0
2010-05-09
perf hist: Simplify the insertion of new hist_entry instances
Arnaldo Carvalho de Melo
5
-44
/
+32
2010-05-09
perf report: Fix leak of resolved callchains array on error path
Arnaldo Carvalho de Melo
1
-9
/
+7
2010-05-09
perf callchain: Move validate_callchain to callchain lib
Arnaldo Carvalho de Melo
3
-14
/
+11
2010-05-09
perf/live-mode: Handle payload-less events
Tom Zanussi
1
-8
/
+11
2010-05-09
perf lock: Always check min AND max wait time
Frederic Weisbecker
1
-1
/
+1
2010-05-09
perf: Fix perf lock bad rate
Frederic Weisbecker
1
-2
/
+2
2010-05-09
perf: Humanize lock flags in perf lock
Frederic Weisbecker
1
-3
/
+8
2010-05-09
perf: Cleanup perf lock broken states
Frederic Weisbecker
1
-20
/
+29
2010-05-09
perf lock: Add "info" subcommand for dumping misc information
Hitoshi Mitake
1
-23
/
+73
2010-05-09
perf: Provide a new deterministic events reordering algorithm
Frederic Weisbecker
2
-45
/
+97
2010-05-09
perf: Introduce a new "round of buffers read" pseudo event
Frederic Weisbecker
2
-11
/
+26
2010-05-08
perf report: Document '--call-graph' better for usage
Pekka Enberg
1
-1
/
+1
2010-05-08
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2
-4
/
+18
2010-05-07
perf list: Improve the raw hw event descriptor documentation
Arnaldo Carvalho de Melo
2
-4
/
+18
2010-05-07
perf, x86: Improve the PEBS ABI
Peter Zijlstra
2
-10
/
+17
2010-05-05
perf tools: Fixup minor doc formatting issues
Arnaldo Carvalho de Melo
6
-6
/
+6
2010-05-05
perf list: Add explanation about raw hardware event descriptors
Arnaldo Carvalho de Melo
2
-1
/
+19
2010-05-05
perf/record: simplify TRACE_INFO tracepoint check
Tom Zanussi
2
-11
/
+8
2010-05-05
perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf
Arnaldo Carvalho de Melo
1
-2
/
+4
2010-05-04
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
9
-18
/
+75
2010-05-04
perf: Fix performance issue with perf report
Anton Blanchard
2
-0
/
+9
2010-05-04
perf inject: Add missing bits
Arnaldo Carvalho de Melo
4
-3
/
+39
2010-05-03
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
Tom Zanussi
4
-15
/
+27
2010-05-03
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
16
-116
/
+24
2010-05-02
perf inject: Refactor read_buildid function
Arnaldo Carvalho de Melo
1
-38
/
+38
2010-05-02
perf record: Don't exit in live mode when no tracepoints are enabled
Arnaldo Carvalho de Melo
1
-6
/
+9
2010-05-02
perf: add perf-inject builtin
Tom Zanussi
20
-24
/
+293
2010-05-02
perf/live: don't synthesize build ids at the end of a live mode trace
Tom Zanussi
3
-70
/
+0
2010-05-02
perf tools: Don't use code surrounded by __KERNEL__
Arnaldo Carvalho de Melo
7
-47
/
+105
2010-05-01
perf: Fix warning while reading ring buffer headers
Frederic Weisbecker
3
-95
/
+7
2010-04-30
perf: Remove leftover useless options to record trace events from scripts
Frederic Weisbecker
13
-21
/
+17
2010-04-29
perf test: Initial regression testing command
Arnaldo Carvalho de Melo
6
-0
/
+307
2010-04-29
perf symbols: Add machine helper routines
Arnaldo Carvalho de Melo
4
-25
/
+86
2010-04-27
perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-04-27
perf machines: Make the machines class adopt the dsos__fprintf methods
Arnaldo Carvalho de Melo
7
-15
/
+33
2010-04-27
perf machine: Adopt some map_groups functions
Arnaldo Carvalho de Melo
8
-81
/
+74
2010-04-27
perf machine: Pass buffer size to machine__mmap_name
Arnaldo Carvalho de Melo
4
-11
/
+11
2010-04-27
perf tools: Rename "kernel_info" to "machine"
Arnaldo Carvalho de Melo
16
-287
/
+280
2010-04-27
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
8
-26
/
+48
2010-04-26
perf tools: Fix libdw-dev package name in error message
Stefan Hajnoczi
1
-1
/
+1
2010-04-26
perf probe: Add --max-probes option
Masami Hiramatsu
6
-17
/
+33
2010-04-26
perf probe: Fix to exit callback soon after finding too many probe points
Masami Hiramatsu
1
-0
/
+4
2010-04-26
perf probe: Fix to use symtab only if no debuginfo
Masami Hiramatsu
1
-8
/
+9
2010-04-26
perf tools: Initialize dso->node member in dso__new
Masami Hiramatsu
1
-0
/
+1
[prev]
[next]