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
/
builtin-record.c
Commit message (
Expand
)
Author
Age
*
perf record: Reset event name when falling back to cpu-clock
David Ahern
2012-05-09
*
perf record: Fix fallback to cpu-clock on ppc
David Ahern
2012-05-09
*
perf target: Consolidate target task/cpu checking
Namhyung Kim
2012-05-07
*
perf tools: Introduce perf_target__strerror()
Namhyung Kim
2012-05-07
*
perf target: Introduce perf_target__parse_uid()
Namhyung Kim
2012-05-07
*
perf evlist: Make create_maps() take struct perf_target
Namhyung Kim
2012-05-02
*
perf tools: Introduce perf_target__validate() helper
Namhyung Kim
2012-05-02
*
perf tools: Introduce struct perf_target
Namhyung Kim
2012-05-02
*
perf record: Use sw counter only if hw pmu is not detected
Robert Richter
2012-04-11
*
perf record: Add HEADER_BRANCH_STACK tag
Stephane Eranian
2012-03-09
*
perf record: Provide default branch stack sampling mode option
Stephane Eranian
2012-03-09
*
perf record: Add support for sampling taken branch
Roberto Agostino Vitillo
2012-03-09
*
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
2012-02-14
*
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
2012-02-14
*
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
2012-02-13
*
perf record: No build id option fails
David Ahern
2012-02-09
*
perf record: Make feature initialization generic
Robert Richter
2012-02-02
*
perf tools: Introduce per user view
Arnaldo Carvalho de Melo
2012-01-24
*
perf tools: Unify handling of features when writing feature section
Robert Richter
2011-12-23
*
perf: builtin-record: Document and check that mmap_pages must be a power of two.
Nelson Elhage
2011-12-23
*
perf: builtin-record: Provide advice if mmap'ing fails with EPERM.
Nelson Elhage
2011-12-23
*
perf record: Add ability to record event period
Andrew Vagin
2011-12-20
*
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
2011-11-29
*
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 record: Move 'group' to perf_event_ops
Arnaldo Carvalho de Melo
2011-11-28
*
perf record: Move mmap_pages to perf_record_opts
Arnaldo Carvalho de Melo
2011-11-28
*
perf evlist: Handle default value for 'pages' on mmap method
Arnaldo Carvalho de Melo
2011-11-28
*
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
Arnaldo Carvalho de Melo
2011-11-28
*
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
2011-11-28
*
perf ui: Rename ui__warning_paranoid to ui__error_paranoid
Arnaldo Carvalho de Melo
2011-10-26
*
perf evlist: Fix grouping of multiple events
Arnaldo Carvalho de Melo
2011-10-26
*
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
2011-10-07
*
Merge commit 'v3.1-rc9' into perf/core
Ingo Molnar
2011-10-06
|
\
|
*
perf record: Create events initially disabled and enable after init
David Ahern
2011-09-23
*
|
perf tools: Make stat/record print fatal signals of the target program
Andi Kleen
2011-09-29
|
/
*
perf tools: Add group event scheduling option to perf record/stat
Lin Ming
2011-08-18
*
perf evlist: Introduce 'disable' method
Arnaldo Carvalho de Melo
2011-07-25
*
perf tools: De-opt the parse_events function
Jiri Olsa
2011-07-21
*
perf tools: Make sure kptr_restrict warnings fit 80 col terms
Arnaldo Carvalho de Melo
2011-05-27
*
perf symbols: Handle /proc/sys/kernel/kptr_restrict
Arnaldo Carvalho de Melo
2011-05-26
*
perf evlist: Fix per thread mmap setup
Arnaldo Carvalho de Melo
2011-05-15
*
perf evsel: Fix use of inherit
Arnaldo Carvalho de Melo
2011-04-15
*
perf: mmap 512 kiB by default
Frederic Weisbecker
2011-03-31
*
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
David Ahern
2011-03-29
*
perf tools: Fixup exit path when not able to open events
Arnaldo Carvalho de Melo
2011-03-29
*
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
2011-03-10
*
perf: Set filters before mmaping events
Frederic Weisbecker
2011-03-02
*
perf record: Delay setting the header writing atexit call
Arnaldo Carvalho de Melo
2011-02-17
[next]