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.h
Commit message (
Expand
)
Author
Age
*
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
2012-03-09
*
perf script: Add the offset field specifier
Akihiro Nagai
2012-01-30
*
perf tools: Fix out-of-bound access to struct perf_session
Robert Richter
2011-12-23
*
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
2011-12-12
*
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
2011-11-28
*
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
2011-11-28
*
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
2011-11-28
*
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
2011-11-28
*
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
2011-11-28
*
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
2011-11-28
*
perf report: Add progress bar when processing time ordered events
Arnaldo Carvalho de Melo
2011-11-02
*
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
2011-10-07
*
perf tool: Fix endianness handling of u32 data in samples
David Ahern
2011-09-23
*
perf tools: Fix endian conversion reading event attr from file header
David Ahern
2011-07-21
*
perf report/annotate/script: Add option to specify a CPU range
Anton Blanchard
2011-07-05
*
perf script: Make printing of dso a separate field option
David Ahern
2011-06-02
*
perf script: "sym" field really means show IP data
David Ahern
2011-06-02
*
perf tools: Pre-check sample size before parsing
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 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 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: Fix list sort algorithm
Thomas Gleixner
2010-11-30
*
perf session: Remove threads from tree on PERF_RECORD_EXIT
Arnaldo Carvalho de Melo
2010-06-17
*
perf session: Make read_build_id routines look at the host_machine too
Arnaldo Carvalho de Melo
2010-05-19
*
perf hist: Make event__totals per hists
Arnaldo Carvalho de Melo
2010-05-14
*
perf hist: Adopt filter by dso and by thread methods from the newt browser
Arnaldo Carvalho de Melo
2010-05-11
*
perf hist: Introduce hists class and move lots of methods to it
Arnaldo Carvalho de Melo
2010-05-10
*
Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
2010-05-10
|
\
|
*
perf: Provide a new deterministic events reordering algorithm
Frederic Weisbecker
2010-05-09
*
|
perf session: Embed the host machine data on perf_session
Arnaldo Carvalho de Melo
2010-05-09
|
/
*
perf: add perf-inject builtin
Tom Zanussi
2010-05-02
*
perf machines: Make the machines class adopt the dsos__fprintf methods
Arnaldo Carvalho de Melo
2010-04-27
*
perf tools: Rename "kernel_info" to "machine"
Arnaldo Carvalho de Melo
2010-04-27
*
perf: Generalize perf lock's sample event reordering to the session layer
Frederic Weisbecker
2010-04-23
*
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
2010-04-19
*
perf: Convert perf header build_ids into build_id events
Tom Zanussi
2010-04-14
*
perf: Convert perf tracing data into a tracing_data event
Tom Zanussi
2010-04-14
*
perf: Convert perf event types into event type events
Tom Zanussi
2010-04-14
[next]