Home
last modified time | relevance | path

Searched refs:stack_format (Results 1 – 7 of 7) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c106 enum stack_format stack_format; member
484 enum stack_format stack_format = taa_ctx->stack_format; in timerlat_aa_stack_handler() local
507 if (stack_format == STACK_FORMAT_TRUNCATE) in timerlat_aa_stack_handler()
509 else if (stack_format == STACK_FORMAT_SKIP) in timerlat_aa_stack_handler()
511 else if (stack_format == STACK_FORMAT_FULL) in timerlat_aa_stack_handler()
1043 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks, enum stack_format stack_format) in timerlat_aa_init() argument
1056 taa_ctx->stack_format = stack_format; in timerlat_aa_init()
H A Dtimerlat_aa.h6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task, enum stack_format stack_format);
H A Dtimerlat.h31 enum stack_format stack_format; member
H A Dutils.h88 enum stack_format { enum
H A Dtimerlat_top.c548 params->stack_format = STACK_FORMAT_TRUNCATE; in timerlat_top_parse_args()
705 params->stack_format = parse_stack_format(optarg); in timerlat_top_parse_args()
706 if (params->stack_format == -1) in timerlat_top_parse_args()
H A Dtimerlat.c136 retval = timerlat_aa_init(tool->aa, params->dump_tasks, params->stack_format); in timerlat_enable()
H A Dtimerlat_hist.c784 params->stack_format = STACK_FORMAT_TRUNCATE; in timerlat_hist_parse_args()
960 params->stack_format = parse_stack_format(optarg); in timerlat_hist_parse_args()
961 if (params->stack_format == -1) in timerlat_hist_parse_args()