summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/net_dropmonitor-report
blob: 8d698f5a06aad713a7f7d0e2137c4b90a35068a6 (plain)
1
2
3
4
#!/bin/bash
# description: display a table of dropped frames

perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
2 18:55:06 -0800'>2016-12-12kthread: add __printf attributesNicolas Iooss 2016-12-08kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov 2016-12-08kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov 2016-12-08kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov 2016-12-08Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...Oleg Nesterov 2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov 2016-10-11kthread: better support freezable kthread workersPetr Mladek 2016-10-11kthread: allow to modify delayed kthread workPetr Mladek 2016-10-11kthread: allow to cancel kthread workPetr Mladek 2016-10-11kthread: initial support for delayed kthread workPetr Mladek 2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek 2016-10-11kthread: add kthread_destroy_worker()Petr Mladek 2016-10-11kthread: add kthread_create_worker*()Petr Mladek 2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek 2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek 2016-10-11kthread: kthread worker API cleanupPetr Mladek 2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek 2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov