index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
perf symbols: Move symbol filtering to event__preprocess_sample()
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-16
perf symbols: Adopt the strlists for dso, comm
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-12-16
perf symbols: Make symbol_conf global
Arnaldo Carvalho de Melo
1
-8
/
+6
2009-12-15
perf util: Remove setup_sorting dups
Arnaldo Carvalho de Melo
1
-16
/
+1
2009-12-15
perf session: Event statistics also are per session
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-14
perf session: Move the hist_entries rb tree to perf_session
Arnaldo Carvalho de Melo
1
-9
/
+10
2009-12-14
perf tools: No need for three rb_trees for sorting hist entries
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-14
perf session: Move kmaps to perf_session
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-14
perf session: Move the global threads list to perf_session
Arnaldo Carvalho de Melo
1
-3
/
+3
2009-12-14
perf session: Reduce the number of parms to perf_session__process_events
Arnaldo Carvalho de Melo
1
-2
/
+1
2009-12-14
perf session: Register the idle thread in perf_session__process_events
Arnaldo Carvalho de Melo
1
-3
/
+0
2009-12-14
perf session: Ditch register_perf_file_handler
Arnaldo Carvalho de Melo
1
-5
/
+5
2009-12-14
perf session: Pass the perf_session to the event handling operations
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-12
perf tools: Introduce perf_session class
Arnaldo Carvalho de Melo
1
-5
/
+10
2009-12-01
perf annotate: Fix perf data parsing
Li Zefan
1
-125
/
+18
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
1
-48
/
+7
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
1
-48
/
+15
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: Unexport kernel_map__functions
Arnaldo Carvalho de Melo
1
-5
/
+3
2009-11-27
perf symbols: Rename kernel_mapto kernel_map[s]__functions
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 symbols: Simplify symbol machinery setup
Arnaldo Carvalho de Melo
1
-10
/
+10
2009-11-24
perf tools: Use common process_event functions for annotate and report
John Kacur
1
-54
/
+2
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
-4
/
+4
2009-11-21
perf symbols: Remove unrelated actions from dso__load_kernel_sym
Arnaldo Carvalho de Melo
1
-2
/
+3
2009-11-02
perf tools: Simplify the symbol priv area mechanism
Arnaldo Carvalho de Melo
1
-11
/
+10
2009-10-29
perf tools: Delay loading symtabs till we hit a map with it
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-10-23
perf tools: Unify debug messages mechanisms
Arnaldo Carvalho de Melo
1
-2
/
+1
2009-10-20
perf annotate: Remove requirement of passing a symbol name
Arnaldo Carvalho de Melo
1
-9
/
+2
2009-10-20
perf annotate: Use the sym_priv_size area for the histogram
Arnaldo Carvalho de Melo
1
-30
/
+79
2009-10-20
perf tools: Add ->unmap_ip operation to struct map
Arnaldo Carvalho de Melo
1
-20
/
+42
2009-10-17
perf tools: Move dereference after NULL test
Julia Lawall
1
-2
/
+2
2009-10-13
perf tools: Move threads & last_match to threads.c
Arnaldo Carvalho de Melo
1
-18
/
+7
2009-10-08
perf tools: Up the verbose level for some really verbose stuff
Arnaldo Carvalho de Melo
1
-2
/
+2
2009-10-04
perf tools: Remove show_mask bitmask
Arnaldo Carvalho de Melo
1
-11
/
+4
2009-10-03
perf tools: Move hist_entry__add common code to hist.c
Arnaldo Carvalho de Melo
1
-41
/
+9
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
1
-41
/
+32
2009-09-30
perf tools: Put common histogram functions in their own file
John Kacur
1
-150
/
+2
2009-09-24
perf tools: Create util/sort.and use it
John Kacur
1
-204
/
+7
2009-09-24
perf annotate: Add the cmp_null function and make use of it
John Kacur
1
-16
/
+14
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-14
/
+14
2009-08-31
perf tools: Librarize idle thread registration
Frederic Weisbecker
1
-12
/
+1
2009-08-28
perf tools: do not complain if root is owning perf.data
Pierre Habouzit
1
-2
/
+2
2009-08-24
Merge branch 'perfcounters/urgent' into perfcounters/core
Ingo Molnar
1
-0
/
+14
2009-08-19
perf tools: Check perf.data owner
Peter Zijlstra
1
-0
/
+7
2009-08-18
perf annotate: Fix segmentation fault
Ingo Molnar
1
-0
/
+7
2009-08-16
perf tools: Librarize trace_event() helper
Frederic Weisbecker
1
-0
/
+1
2009-08-16
perf tools: Put the show mode into the event headers files
Frederic Weisbecker
1
-4
/
+0
[next]