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
/
session.c
Commit message (
Expand
)
Author
Age
*
perf tools: Check we are able to read the event size on mmap
Frederic Weisbecker
2011-05-21
*
perf script: improve validation of sample attributes for output fields
David Ahern
2011-04-20
*
perf session: Pass evsel in event_ops->sample()
Arnaldo Carvalho de Melo
2011-03-23
*
perf script: Add support for dumping symbols
David Ahern
2011-03-14
*
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
2011-03-10
*
perf tools: Improve support for sessions with multiple events
Arnaldo Carvalho de Melo
2011-03-06
*
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
2011-01-29
*
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
2011-01-29
*
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
2011-01-24
*
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
2011-01-22
*
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
2011-01-22
*
perf session: Fix infinite loop in __perf_session__process_events
Arnaldo Carvalho de Melo
2011-01-10
*
perf session: Warn about errors when processing pipe events too
Arnaldo Carvalho de Melo
2011-01-05
*
perf util: Move do_read from session to util
Arnaldo Carvalho de Melo
2011-01-03
*
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
2010-12-21
*
perf session: Remove unneeded dump_printf calls
Arnaldo Carvalho de Melo
2010-12-09
*
perf session: Split out user event processing
Thomas Gleixner
2010-12-09
*
perf session: Split out sample preprocessing
Thomas Gleixner
2010-12-09
*
perf session: Move dump code to event delivery path
Thomas Gleixner
2010-12-09
*
perf session: Add file_offset to event delivery function
Thomas Gleixner
2010-12-09
*
perf session: Store file offset in sample_queue
Thomas Gleixner
2010-12-09
*
perf session: Consolidate the dump code
Thomas Gleixner
2010-12-09
*
perf session: Dont queue events w/o timestamps
Thomas Gleixner
2010-12-09
*
perf event: Prevent unbound event__name array access
Thomas Gleixner
2010-12-09
*
perf session: Sort all events if ordered_samples=true
Thomas Gleixner
2010-12-06
*
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
Arnaldo Carvalho de Melo
2010-12-04
*
perf session: Parse sample earlier
Arnaldo Carvalho de Melo
2010-12-04
*
perf session: Allocate chunks of sample objects
Thomas Gleixner
2010-11-30
*
perf session: Cache sample objects
Thomas Gleixner
2010-11-30
*
perf session: Keep file mmaped instead of malloc/memcpy
Thomas Gleixner
2010-11-30
*
perf session: Use sensible mmap size
Thomas Gleixner
2010-11-30
*
perf session: Simplify termination checks
Thomas Gleixner
2010-11-30
*
perf session: Move ui_progress_update in __perf_session__process_events()
Thomas Gleixner
2010-11-30
*
perf session: Cleanup __perf_session__process_events()
Thomas Gleixner
2010-11-30
*
perf session: Use appropriate pointer type instead of silly typecasting
Thomas Gleixner
2010-11-30
*
perf session: Fix list sort algorithm
Thomas Gleixner
2010-11-30
*
perf tools: Fix lost and unknown events handling
Arnaldo Carvalho de Melo
2010-11-26
*
perf events: Default to using event__process_lost
Arnaldo Carvalho de Melo
2010-11-26
*
perf session: Invalidate last_match when removing threads from rb_tree
Arnaldo Carvalho de Melo
2010-08-02
*
perf session: Free the ref_reloc_sym memory at the right place
Arnaldo Carvalho de Melo
2010-08-02
*
perf tools: Release session and symbol resources on exit
Arnaldo Carvalho de Melo
2010-07-30
*
perf tools: Remove unneeded code for tracking the cwd in perf sessions
Dave Martin
2010-07-27
*
Merge branch 'linus' into perf/core
Thomas Gleixner
2010-06-28
|
\
|
*
perf session: Remove threads from tree on PERF_RECORD_EXIT
Arnaldo Carvalho de Melo
2010-06-17
*
|
perf session: fix error message on failure to open perf.data
Andy Isaacson
2010-06-17
|
/
*
perf session: Make read_build_id routines look at the host_machine too
Arnaldo Carvalho de Melo
2010-05-19
*
perf tools: Remove some unused functions
Arnaldo Carvalho de Melo
2010-05-18
*
perf hist: Clarify events_stats fields usage
Arnaldo Carvalho de Melo
2010-05-14
*
perf hist: Make event__totals per hists
Arnaldo Carvalho de Melo
2010-05-14
*
perf hist: Introduce hists class and move lots of methods to it
Arnaldo Carvalho de Melo
2010-05-10
[next]