index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
/
sched-pipe.c
Age
Commit message (
Expand
)
Author
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove needless builtin.h include directives
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2016-08-23
perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC
Arnaldo Carvalho de Melo
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-01-16
perf tools: Avoid build splat for syscall numbers with uclibc
Vineet Gupta
2013-10-11
perf bench sched: Add --threaded option
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
2011-02-07
perf tool: Fix gcc 4.6.0 issues
Kyle McMartin
2010-04-08
perf bench: fix spello
Randy Dunlap
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-10
perf bench: Improve sched-pipe.c with more comfortable output
Hitoshi Mitake
2009-11-10
perf bench: Modify builtin-pipe.c for processing common options
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