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
/
util
/
thread.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-04
perf symbols: Remove perf_session usage in symbols layer
Arnaldo Carvalho de Melo
1
-5
/
+9
2010-01-16
perf symbols: Create thread__find_addr_map from thread__find_addr_location
Arnaldo Carvalho de Melo
1
-0
/
+5
2010-01-13
perf tools: Encode kernel module mappings in perf.data
Arnaldo Carvalho de Melo
1
-0
/
+4
2009-12-14
perf session: Move kmaps to perf_session
Arnaldo Carvalho de Melo
1
-5
/
+6
2009-12-14
perf session: Move the global threads list to perf_session
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-12-14
perf session: Register the idle thread in perf_session__process_events
Arnaldo Carvalho de Melo
1
-1
/
+0
2009-12-12
perf symbols: Allow lookups by symbol name too
Arnaldo Carvalho de Melo
1
-0
/
+3
2009-12-12
perf symbols: Rename kthreads to kmaps, using another abstraction for it
Arnaldo Carvalho de Melo
1
-14
/
+25
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
1
-6
/
+17
2009-11-27
perf symbols: When not using modules, discard its symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-11-27
perf symbols: Support multiple symtabs in struct thread
Arnaldo Carvalho de Melo
1
-4
/
+11
2009-11-27
perf symbols: Kernel_maps should be an array of MAP__NR_TYPES entries
Arnaldo Carvalho de Melo
1
-1
/
+0
2009-11-24
perf symbols: Rename find_symbol routines to find_function
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-11-21
perf symbols: Do lazy symtab loading for the kernel & modules too
Arnaldo Carvalho de Melo
1
-1
/
+2
2009-10-23
perf tools: Bind callchains to the first sort dimension column
Frederic Weisbecker
1
-0
/
+2
2009-10-13
perf tools: Move threads & last_match to threads.c
Arnaldo Carvalho de Melo
1
-5
/
+3
2009-10-08
perf tools: Fix thread comm resolution in perf sched
Frederic Weisbecker
1
-3
/
+0
2009-10-08
perf tools: Improve thread comm resolution in perf sched
Frederic Weisbecker
1
-0
/
+3
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
1
-0
/
+4
2009-09-30
perf tools: Use rb_tree for maps
Arnaldo Carvalho de Melo
1
-3
/
+9
2009-09-24
perf tools: Protect header files with a consistent style
John Kacur
1
-0
/
+5
2009-09-16
perf sched: Add 'perf sched map' scheduling event map printout
Ingo Molnar
1
-0
/
+1
2009-09-13
perf sched: Clean up PID sorting logic
Ingo Molnar
1
-4
/
+4
2009-08-31
perf tools: Librarize idle thread registration
Frederic Weisbecker
1
-0
/
+2
2009-08-15
perf tools: Factorize the thread code in a dedicated file
Frederic Weisbecker
1
-0
/
+19