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
/
perf
/
builtin-top.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
1
-35
/
+9
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
1
-19
/
+0
2009-11-27
perf symbols: Support multiple symtabs in struct thread
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-11-27
perf symbols: Better support for multiple symbol tables per dso
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-11-27
perf symbols: Add a 'type' field to struct map
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-11-24
perf symbols: Rename find_symbol routines to find_function
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-11-24
perf symbols: Simplify symbol machinery setup
Arnaldo Carvalho de Melo
1
-11
/
+13
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-23
perf tools: Move graph_line and graph_dotted_line from top
Arnaldo Carvalho de Melo
1
-7
/
+0
2009-11-23
perf symbols: Look for vmlinux in more places
Arnaldo Carvalho de Melo
1
-1
/
+2
2009-11-21
perf symbols: Do lazy symtab loading for the kernel & modules too
Arnaldo Carvalho de Melo
1
-28
/
+7
2009-11-21
perf symbols: Remove unrelated actions from dso__load_kernel_sym
Arnaldo Carvalho de Melo
1
-1
/
+9
2009-11-19
perf symbols: Capture the running kernel buildid too
Arnaldo Carvalho de Melo
1
-1
/
+6
2009-11-19
perf top: Don't allocate the source parsing members upfront
Arnaldo Carvalho de Melo
1
-31
/
+45
2009-11-19
perf top: Allocate space only for the number of counters used
Arnaldo Carvalho de Melo
1
-4
/
+5
2009-11-19
perf top: Introduce helper function to access symbol from sym_entry
Arnaldo Carvalho de Melo
1
-6
/
+11
2009-11-19
perf top: Suppress DSO column if only one is present
Arnaldo Carvalho de Melo
1
-11
/
+32
2009-11-19
perf top: Auto adjust symbol and dso widths
Arnaldo Carvalho de Melo
1
-25
/
+67
2009-11-17
perf top: Introduce --hide_{user,kernel}_symbols
Arnaldo Carvalho de Melo
1
-2
/
+40
2009-11-17
perf top: Use all the lines in the screen
Arnaldo Carvalho de Melo
1
-1
/
+41
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
1
-1
/
+1
2009-11-08
perf tools: Fix permission checks
Pekka Enberg
1
-1
/
+1
2009-11-02
perf tools: Simplify the symbol priv area mechanism
Arnaldo Carvalho de Melo
1
-7
/
+5
2009-10-29
perf tools: Delay loading symtabs till we hit a map with it
Arnaldo Carvalho de Melo
1
-3
/
+2
2009-10-27
perf top: Support userspace symbols too
Arnaldo Carvalho de Melo
1
-42
/
+101
2009-10-23
perf tools: Unify debug messages mechanisms
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-10-20
perf top: Fix symbol annotation
Arnaldo Carvalho de Melo
1
-3
/
+4
2009-10-20
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+2
2009-10-19
perf top: Fix --delay_secs 0 division by zero
Tim Blechmann
1
-0
/
+2
2009-10-13
perf tools: Remove expensive old debug code from perf top
Mike Galbraith
1
-14
/
+1
2009-10-12
perf tools: Fix counter sample frequency breakage
Mike Galbraith
1
-7
/
+21
2009-10-06
perf tools: Default to 1 KHz auto-sampling freq events
Ingo Molnar
1
-19
/
+19
2009-10-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+1
2009-10-05
perf top: Keep the default of asking for kernel module symbols
Arnaldo Carvalho de Melo
1
-3
/
+1
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
1
-50
/
+24
2009-10-01
perf top: Remove dead {min,max}_ip unused variables
Arnaldo Carvalho de Melo
1
-13
/
+0
2009-09-30
perf top: Add poll_idle to the skip list
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-6
/
+6
2009-08-26
perf top: Show RIP only in verbose mode
Arnaldo Carvalho de Melo
1
-5
/
+12
2009-08-16
perf tools: Librarize trace_event() helper
Frederic Weisbecker
1
-0
/
+2
2009-08-16
perf: Enable more compiler warnings
Ingo Molnar
1
-8
/
+15
2009-08-12
perf tools: Factorize the event structure definitions in a single file
Frederic Weisbecker
1
-20
/
+0
2009-08-12
perf tools: Factorize high level dso helpers
Frederic Weisbecker
1
-4
/
+0
2009-08-09
perf top: Improve interactive key handling
Mike Galbraith
1
-35
/
+73
2009-08-09
perf_counter tools: Allow perf top top users to switch between weighted and i...
Mike Galbraith
1
-7
/
+17
2009-08-09
perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...
Mike Galbraith
1
-40
/
+456
2009-08-02
perf top: Add mwait_idle_with_hints to skip_symbols[]
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-07-22
perf_counter tools: Give perf top inherit option
Mike Galbraith
1
-1
/
+5
2009-07-02
perf_counter tools: Provide helper to print percents color
Frederic Weisbecker
1
-14
/
+1
[next]