Home
last modified time | relevance | path

Searched refs:dump_tasks (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_aa.c106 int dump_tasks; member
764 if (!taa_ctx->dump_tasks) in timerlat_auto_analysis()
896 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events() argument
918 if (!dump_tasks) in timerlat_aa_unregister_events()
935 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events() argument
967 if (!dump_tasks) in timerlat_aa_register_events()
994 timerlat_aa_unregister_events(tool, dump_tasks); in timerlat_aa_register_events()
1011 timerlat_aa_unregister_events(taa_ctx->tool, taa_ctx->dump_tasks); in timerlat_aa_destroy()
1023 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init() argument
1037 taa_ctx->dump_tasks = dump_tasks; in timerlat_aa_init()
[all …]
H A Dtimerlat.h21 int dump_tasks; member
H A Dtimerlat_top.c760 params->dump_tasks = 1; in timerlat_top_parse_args()
1118 retval = timerlat_aa_init(aa, params->dump_tasks); in timerlat_top_main()
H A Dtimerlat_hist.c1021 params->dump_tasks = 1; in timerlat_hist_parse_args()
1273 retval = timerlat_aa_init(aa, params->dump_tasks); in timerlat_hist_main()
/linux-6.15/mm/
H A Doom_kill.c425 static void dump_tasks(struct oom_control *oc) in dump_tasks() function
476 dump_tasks(oc); in dump_header()