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-06-22
[S390] Enable tick based perf_counter on s390.
Martin Schwidefsky
1
-0
/
+6
2009-06-20
perfcounter: Handle some IO return values
Frederic Weisbecker
2
-3
/
+11
2009-06-19
perf_counter tools: Define and use our own u64, s64 etc. definitions
Paul Mackerras
13
-156
/
+176
2009-06-19
perf_counter tools: Add a data file header
Peter Zijlstra
3
-43
/
+73
2009-06-19
perf_counter: Update userspace callchain sampling uses
Peter Zijlstra
1
-47
/
+39
2009-06-18
perf report: Filter to parent set by default
Ingo Molnar
2
-4
/
+28
2009-06-18
perf_counter tools: Handle lost events
Peter Zijlstra
2
-5
/
+44
2009-06-18
perf_counter: tools: Makefile tweaks for 64-bit powerpc
Paul Mackerras
1
-1
/
+6
2009-06-18
perf_counter tools: Add and use isprint()
Peter Zijlstra
3
-18
/
+20
2009-06-18
perf report: Add validation of call-chain entries
Ingo Molnar
1
-28
/
+46
2009-06-18
perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe...
Ingo Molnar
1
-33
/
+34
2009-06-17
perf_counter tools: Replace isprint() with issane()
Peter Zijlstra
2
-1
/
+2
2009-06-17
perf report: Add --sort <call> --call <$regex>
Peter Zijlstra
1
-51
/
+158
2009-06-15
perf report: Fix 32-bit printf format
Ingo Molnar
1
-1
/
+1
2009-06-15
perf report: Add per system call overhead histogram
Ingo Molnar
1
-0
/
+12
2009-06-15
perf record: Fix fast task-exit race
Ingo Molnar
1
-4
/
+12
2009-06-14
perf record/report: Add call graph / call chain profiling
Ingo Molnar
2
-12
/
+53
2009-06-14
perf report: Print out raw events in hexa
Ingo Molnar
1
-1
/
+35
2009-06-13
perf annotate: Fixes for filename:line displays
Frederic Weisbecker
1
-5
/
+6
2009-06-13
perf stat: Enable raw data to be printed
Ingo Molnar
2
-18
/
+30
2009-06-13
perf stat: Add feature to run and measure a command multiple times
Ingo Molnar
1
-65
/
+194
2009-06-13
perf stat: Reorganize output
Ingo Molnar
2
-29
/
+42
2009-06-13
perf annotate: Print a sorted summary of annotated overhead lines
Frederic Weisbecker
1
-21
/
+90
2009-06-13
perf annotate: Print the filename:line for annotated colored lines
Frederic Weisbecker
2
-1
/
+98
2009-06-12
perf_counter: Start documenting HAVE_PERF_COUNTERS requirements
Mike Frysinger
1
-0
/
+15
2009-06-12
perf_counter: Add forward/backward attribute ABI compatibility
Peter Zijlstra
1
-2
/
+3
2009-06-12
perf record: Explicity program a default counter
Peter Zijlstra
1
-2
/
+5
2009-06-12
perf_counter tools: Remove one L1-data alias
Yong Wang
1
-1
/
+1
2009-06-11
perf_counter: Standardize event names
Peter Zijlstra
5
-55
/
+56
2009-06-11
perf_counter tools: Clean up u64 usage
Ingo Molnar
6
-47
/
+47
2009-06-11
perf_counter tools: Normalize data using per sample period data
Peter Zijlstra
2
-8
/
+13
2009-06-10
perf_counter tools: Propagate signals properly
Peter Zijlstra
2
-0
/
+25
2009-06-10
perf_counter tools: Small frequency related fixes
Peter Zijlstra
2
-2
/
+7
2009-06-08
perf_counter tools: Standardize color printing
Ingo Molnar
3
-12
/
+19
2009-06-08
perf report: Add support for profiling JIT generated code
Pekka Enberg
2
-1
/
+79
2009-06-07
perf stat: Print out instructins/cycle metric
Ingo Molnar
1
-0
/
+11
2009-06-07
perf report: Print more expressive message in case of file open error
Ingo Molnar
1
-1
/
+4
2009-06-07
perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER
Ingo Molnar
2
-7
/
+8
2009-06-07
perf record: Fall back to cpu-clock-ticks if no PMU
Ingo Molnar
2
-6
/
+33
2009-06-07
perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter av...
Ingo Molnar
2
-50
/
+73
2009-06-07
perf stat: Continue even on counter creation error
Ingo Molnar
1
-14
/
+17
2009-06-07
perf top: Wait for a minimal set of events before reading first snapshot
Frederic Weisbecker
1
-5
/
+17
2009-06-06
perf annotate: Fix command line help text
Ingo Molnar
1
-1
/
+1
2009-06-06
perf_counter tools: Initialize a stack variable before use
Arjan van de Ven
1
-0
/
+2
2009-06-06
perf annotate: Automatically pick up vmlinux in the local directory
Ingo Molnar
1
-1
/
+1
2009-06-06
perf_counter tools: Fix error condition in parse_aliases()
Ingo Molnar
1
-4
/
+4
2009-06-06
perf_counter tools: Warning fixes on 32-bit
Arjan van de Ven
2
-3
/
+3
2009-06-06
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
Ingo Molnar
69
-0
/
+15209