summaryrefslogtreecommitdiff
path: root/tools/perf/bench/sched-messaging.c
AgeCommit message (Expand)Author
2023-09-26perf bench messaging: Kill child processes when exit abnormally in process modeYang Jihong
2023-09-26perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong
2023-09-26perf bench messaging: Factor out create_worker()Yang Jihong
2023-09-26perf bench messaging: Fix coding style issues for sched-messagingYang Jihong
2023-06-12perf bench sched messaging: Free contexts on exitIan Rogers
2021-12-06Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa
2021-11-18perf bench: Fix two memory leaks detected with ASanSohaib Mohamed
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2016-08-23perf bench sched-messaging: Use USEC_PER_MSECArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2009-12-14perf sched: Fix build failure on sparcDavid Miller
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake
2009-11-10perf bench: Improve sched-message.c with more comfortable outputHitoshi Mitake
2009-11-10perf bench: Modify bench/bench-messaging.c to adopt unified output formattingHitoshi Mitake
2009-11-08perf bench: Add sched-messaging.c: Benchmark for scheduler and IPC mechanisms...Hitoshi Mitake