aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/sched-messaging.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois1-2/+2
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-2/+1
2016-08-23perf bench sched-messaging: Use USEC_PER_MSECArnaldo Carvalho de Melo1-2/+3
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar1-5/+5
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo1-1/+1
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso1-26/+19
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso1-0/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo1-4/+2
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-2/+2
2009-12-14perf sched: Fix build failure on sparcDavid Miller1-2/+4
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake1-1/+1
2009-11-10perf bench: Improve sched-message.c with more comfortable outputHitoshi Mitake1-3/+3
2009-11-10perf bench: Modify bench/bench-messaging.c to adopt unified output formattingHitoshi Mitake1-7/+11
2009-11-08perf bench: Add sched-messaging.c: Benchmark for scheduler and IPC mechanisms based on hackbenchHitoshi Mitake1-0/+332