index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dso.h
Commit message (
Expand
)
Author
Age
*
perf callchain: Cache eh/debug frame offset for dwarf unwind
Namhyung Kim
2015-01-29
*
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
2014-11-04
*
perf tools: Add facility to export data in database-friendly way
Adrian Hunter
2014-10-29
*
perf tools powerpc: Cache the DWARF debug info
Sukadev Bhattiprolu
2014-10-29
*
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
2014-10-01
*
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
2014-09-30
*
perf tools: Add dso__type()
Adrian Hunter
2014-07-23
*
perf tools: Add dso__data_size()
Adrian Hunter
2014-07-23
*
perf tools: Add dso__data_status_seen()
Adrian Hunter
2014-07-23
*
perf tools: Record whether a dso has data
Adrian Hunter
2014-07-23
*
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
2014-07-16
*
perf tools: Add dso__data_* interface descriptons
Jiri Olsa
2014-06-12
*
perf tools: Add file size check and factor dso__data_read_offset
Jiri Olsa
2014-06-12
*
perf tools: Add global list of opened dso objects
Jiri Olsa
2014-06-12
*
perf tools: Add data_fd into dso object
Jiri Olsa
2014-06-12
*
perf tools: Separate dso data related variables
Jiri Olsa
2014-06-12
*
tools: Consolidate types.h
Borislav Petkov
2014-05-01
*
perf probe: Allow to add events on the local functions
Masami Hiramatsu
2014-02-18
*
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
2013-12-17
*
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
2013-12-16
*
perf symbols: Rename filename argument
Arnaldo Carvalho de Melo
2013-12-10
*
perf symbols: Constify some DSO methods parameters
Arnaldo Carvalho de Melo
2013-12-10
*
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-10
*
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
2013-12-10
*
perf symbols: Remove open coded management of short_name_allocated member
Adrian Hunter
2013-12-10
*
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
2013-12-10
*
perf tools: Do not disable source line lookup just because of 1 failure
Adrian Hunter
2013-12-04
*
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
2013-12-04
*
perf symbols: Retain bfd reference to lookup source line numbers
Adrian Hunter
2013-12-04
*
perf tools: Save failed result of get_srcline()
Namhyung Kim
2013-10-09
*
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
2013-10-09
*
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
2013-10-09
*
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
*
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
2013-08-07
*
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
2013-08-07
*
perf symbols: Fix vdso list searching
Waiman Long
2013-07-08
*
perf symbols: Generalize filter in __fprintf_buildid methods
Arnaldo Carvalho de Melo
2012-12-09
*
perf tools: Move dso_* related functions into dso object
Jiri Olsa
2012-10-29