summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/sched-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-061-2/+2
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf bench sched-pipe: Use linux/time64.h, USEC_PER_SECArnaldo Carvalho de Melo2016-08-231-4/+5
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta2015-01-161-1/+1
* perf bench sched: Add --threaded optionIngo Molnar2013-10-111-29/+86
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-3/+3
* perf bench: fix assert when NDEBUG is definedIrina Tirdea2012-09-081-3/+3
* perf tool: Fix gcc 4.6.0 issuesKyle McMartin2011-02-071-1/+1
* perf bench: fix spelloRandy Dunlap2010-04-081-1/+1
* perf sched: Fix build failure on sparcDavid Miller2009-12-141-2/+4
* perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake2009-12-141-2/+3
* perf bench: Improve sched-pipe.c with more comfortable outputHitoshi Mitake2009-11-101-5/+6
* perf bench: Modify builtin-pipe.c for processing common optionsHitoshi Mitake2009-11-101-8/+14
* perf bench: Fix bench/sched-pipe.c to wait for child processHitoshi Mitake2009-11-091-3/+7
* perf bench: Add sched-pipe.c: Benchmark for pipe() system callHitoshi Mitake2009-11-081-0/+113