index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf machine: Add missing dsos->root rbtree root initialization
Arnaldo Carvalho de Melo
2014-10-14
1
-2
/
+8
*
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
2014-10-01
1
-0
/
+1
*
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
2014-09-30
1
-12
/
+12
*
perf machine: Fallback to MAP__FUNCTION if daddr maps are NULL
Don Zickus
2014-08-22
1
-0
/
+10
*
perf tools: Add machine__kernel_ip()
Adrian Hunter
2014-08-22
1
-0
/
+23
*
perf machine: Rename machine__get_kernel_start_addr() method
Adrian Hunter
2014-08-22
1
-4
/
+4
*
perf machine: Add machine__thread_exec_comm()
Adrian Hunter
2014-08-13
1
-0
/
+26
*
perf tools: Identify which comms are from exec
Adrian Hunter
2014-08-13
1
-1
/
+3
*
perf tools: Add thread parameter to vdso__dso_findnew()
Adrian Hunter
2014-07-23
1
-2
/
+2
*
perf machine: Fix the lifetime of the VDSO temporary file
Adrian Hunter
2014-07-23
1
-0
/
+4
*
perf tools: Pass machine to vdso__dso_findnew()
Adrian Hunter
2014-07-23
1
-2
/
+2
*
perf machine: Add ability to record the current tid for each cpu
Adrian Hunter
2014-07-23
1
-0
/
+46
*
perf machine: Fix leak of 'struct thread' on error path
Adrian Hunter
2014-07-17
1
-1
/
+3
*
perf machine: Fix map groups of threads with unknown pids
Adrian Hunter
2014-07-17
1
-6
/
+51
*
perf machine: Fix the value used for unknown pids
Adrian Hunter
2014-07-16
1
-3
/
+3
*
perf tools powerpc: Adjust callchain based on DWARF debug info
Sukadev Bhattiprolu
2014-06-27
1
-2
/
+16
*
perf symbols: Get kernel start address by symbol name
Simon Que
2014-06-20
1
-32
/
+22
*
perf tools: Update mmap2 interface with protection and flag bits
Don Zickus
2014-06-09
1
-1
/
+3
*
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2014-05-01
1
-4
/
+12
|
\
|
*
perf machine: Search for modules in %s/lib/modules/%s
Richard Yao
2014-04-30
1
-4
/
+12
*
|
perf tools: Share map_groups among threads of the same group
Jiri Olsa
2014-04-28
1
-0
/
+11
|
/
*
perf tools: Use tid in mmap/mmap2 events to find maps
Don Zickus
2014-03-18
1
-2
/
+2
*
perf symbols: Record the reason for filtering an address_location
Namhyung Kim
2014-03-18
1
-1
/
+1
*
perf machine: Factor machine__find_thread to take tid argument
Jiri Olsa
2014-03-14
1
-4
/
+9
*
perf symbols: Introduce thread__find_cpumode_addr_location
Arnaldo Carvalho de Melo
2014-03-14
1
-25
/
+8
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2014-03-11
1
-1
/
+1
|
\
|
*
perf machine: Use map as success in ip__resolve_ams
Don Zickus
2014-03-10
1
-1
/
+1
*
|
perf callchain: Add mask into struct regs_dump
Jiri Olsa
2014-02-18
1
-2
/
+1
*
|
perf tools: Shorten sample symbol resolving function signature
Arnaldo Carvalho de Melo
2014-02-18
1
-7
/
+6
*
|
perf tools: Shorten sample symbol resolving function signature
Arnaldo Carvalho de Melo
2014-02-18
1
-6
/
+5
|
/
*
perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()
Adrian Hunter
2014-01-31
1
-0
/
+23
*
perf machine: Add machine__get_kallsyms_filename()
Adrian Hunter
2014-01-31
1
-8
/
+11
*
perf tools: Remove symbol_conf.use_callchain check
Namhyung Kim
2014-01-15
1
-2
/
+0
*
perf machine: Fix id_hdr_size initialization
Jiri Olsa
2014-01-13
1
-0
/
+1
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
1
-7
/
+5
*
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
2013-12-13
1
-0
/
+1
*
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
2013-12-10
1
-2
/
+1
*
perf symbols: Remove open coded management of short_name_allocated member
Adrian Hunter
2013-12-10
1
-2
/
+1
*
perf machine: Don't open code assign dso->short_name
Arnaldo Carvalho de Melo
2013-12-10
1
-1
/
+1
*
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
2013-12-10
1
-2
/
+2
*
perf tools: Remove condition in machine__get_kernel_start_addr.
Dongsheng Yang
2013-12-04
1
-9
/
+5
*
perf symbols: Limit max callchain using max_stack on DWARF unwinding too
Arnaldo Carvalho de Melo
2013-11-14
1
-1
/
+1
*
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
2013-11-12
1
-3
/
+3
*
perf machine: Simplify synthesize_threads method
Arnaldo Carvalho de Melo
2013-11-11
1
-3
/
+3
*
perf machine: Introduce synthesize_threads method out of open coded equivalent
Arnaldo Carvalho de Melo
2013-11-11
1
-0
/
+12
*
perf tools: Add time argument on COMM setting
Frederic Weisbecker
2013-11-04
1
-17
/
+22
*
perf report: Add --max-stack option to limit callchain stack scan
Waiman Long
2013-10-21
1
-5
/
+9
*
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-11
1
-49
/
+18
*
perf machine: Add method to loop over threads and invoke handler
David Ahern
2013-10-11
1
-0
/
+23
*
perf trace: Fix comm resolution when reading events from file
David Ahern
2013-10-11
1
-0
/
+17
[next]