index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
Age
Commit message (
Expand
)
Author
2013-01-30
perf: Add 'perf bench numa mem' NUMA performance measurement suite
Ingo Molnar
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-08
perf bench: fix assert when NDEBUG is defined
Irina Tirdea
2012-07-02
perf bench: Fix confused variable namings and descriptions in mem subsystem
Hitoshi Mitake
2012-06-27
perf bench: Documentation update
Namhyung Kim
2012-02-06
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-01-30
perf tools: Remove unnecessary ctype.h inclusion
Namhyung Kim
2012-01-24
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
2011-02-07
perf tool: Fix gcc 4.6.0 issues
Kyle McMartin
2010-11-26
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-05-17
perf options: Check v type in OPT_U?INTEGER
Arnaldo Carvalho de Melo
2010-04-14
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-08
perf bench: fix spello
Randy Dunlap
2010-04-03
perf tools: Move the prototypes in util/string.h to util.h
Arnaldo Carvalho de Melo
2009-12-14
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-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
2009-11-22
perf bench: Make the mem/memcpy tests more user-friendly
Hitoshi Mitake
2009-11-19
perf bench: Add memcpy() benchmark
Hitoshi Mitake
2009-11-10
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-10
perf bench: Modify bench/bench-messaging.c to adopt unified output formatting
Hitoshi Mitake
2009-11-10
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-08
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