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
/
bench
Commit message (
Expand
)
Author
Age
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
*
perf bench: fix assert when NDEBUG is defined
Irina Tirdea
2012-09-08
*
perf bench: Fix confused variable namings and descriptions in mem subsystem
Hitoshi Mitake
2012-07-02
*
perf bench: Documentation update
Namhyung Kim
2012-06-27
*
perf tool: Fix perf stack to non executable on x86_64
Jiri Olsa
2012-02-06
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2012-02-06
|
\
|
*
perf tools: Fix perf stack to non executable on x86_64
Jiri Olsa
2012-02-06
*
|
perf tools: Remove unnecessary ctype.h inclusion
Namhyung Kim
2012-01-30
*
|
perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"
Jan Beulich
2012-01-24
*
|
perf bench: Also allow measuring memset()
Jan Beulich
2012-01-24
*
|
perf bench: Also allow measuring alternative memcpy implementations
Jan Beulich
2012-01-24
*
|
perf bench: Make "default" memcpy() selection actually use glibc's implementa...
Jan Beulich
2012-01-24
|
/
*
perf tool: Fix gcc 4.6.0 issues
Kyle McMartin
2011-02-07
*
perf bench: Add feature that measures the performance of the arch/x86/lib/mem...
Hitoshi Mitake
2010-11-26
*
perf bench: Print both of prefaulted and no prefaulted results by default
Hitoshi Mitake
2010-11-26
*
perf options: Check v type in OPT_U?INTEGER
Arnaldo Carvalho de Melo
2010-05-17
*
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-14
*
perf bench: fix spello
Randy Dunlap
2010-04-08
*
perf tools: Move the prototypes in util/string.h to util.h
Arnaldo Carvalho de Melo
2010-04-03
*
perf sched: Fix build failure on sparc
David Miller
2009-12-14
*
perf bench: Add "all" pseudo subsystem and "all" pseudo suite
Hitoshi Mitake
2009-12-14
*
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
2009-11-24
*
perf bench: Make the mem/memcpy tests more user-friendly
Hitoshi Mitake
2009-11-22
*
perf bench: Add memcpy() benchmark
Hitoshi Mitake
2009-11-19
*
perf bench: Improve sched-message.c with more comfortable output
Hitoshi Mitake
2009-11-10
*
perf bench: Improve sched-pipe.c with more comfortable output
Hitoshi Mitake
2009-11-10
*
perf bench: Clean up bench/bench.h
Ingo Molnar
2009-11-10
*
perf bench: Modify builtin-pipe.c for processing common options
Hitoshi Mitake
2009-11-09
*
perf bench: Modify bench/bench-messaging.c to adopt unified output formatting
Hitoshi Mitake
2009-11-09
*
perf bench: Add format constants to bench.h for unified output formatting
Hitoshi Mitake
2009-11-09
*
perf bench: Fix bench/sched-pipe.c to wait for child process
Hitoshi Mitake
2009-11-09
*
perf bench: Add sched-pipe.c: Benchmark for pipe() system call
Hitoshi Mitake
2009-11-08
*
perf bench: Add sched-messaging.c: Benchmark for scheduler and IPC mechanisms...
Hitoshi Mitake
2009-11-08
*
perf bench: Add new directory and header for new subcommand 'bench'
Hitoshi Mitake
2009-11-08