lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 30 Sep 2014 09:03:31 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Amit Virdi <amitvi128@...il.com>
Cc:	fweisbec@...il.com, mingo@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: Enabling ftrace on ARM MMU-less system

On Tue, 30 Sep 2014 16:26:49 +0530
Amit Virdi <amitvi128@...il.com> wrote:

> Hi,
> 
> I'm trying to enable Ftrace on my ARM based MMU-less system.
> Unexpectedly, I don't see tracing directory under /sys/kernel/debug
> I have done the following so far but no success:
> 1. Verified that I have enabled these flags in my .config
>     CONFIG_FUNCTION_TRACER
>     CONFIG_FUNCTION_GRAPH_TRACER
>     CONFIG_STACK_TRACER
>     CONFIG_DYNAMIC_FTRACE
> 
> 2. Enabled Ftrace startup steps. The startup log output is
> ----
>

> Can anyone help what I'm missing or if ftrace is supported on MMU-less
> platforms?

Well it's obviously supported if you see the tests running.

Is there anything else under /sys/kernel/debug? If not you need to
mount the debugfs filesytem there. It wont do it itself.

# mount -t debugfs nodev /sys/kernel/debug

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ