trace: remove parent_levels session argument

The argument was originally designated to restrict the reach of the
trace monitor but the idea remained unimplemented. It is now superseded
by the use of the trace-session label as trace-subject filter.

Issue #847
This commit is contained in:
Norman Feske
2023-12-04 14:22:49 +01:00
parent 12b89852e0
commit f57da7e645
14 changed files with 27 additions and 46 deletions

View File

@ -383,7 +383,7 @@ struct Vfs_trace::Local_factory : File_system_factory
}
Local_factory(Vfs::Env &env, Xml_node config)
: _env(env), _trace(env.env(), _config_session_ram(config), 512*1024, 0)
: _env(env), _trace(env.env(), _config_session_ram(config), 512*1024)
{
_trace.for_each_subject_info([&] (Trace::Subject_id const id,
Trace::Subject_info const &info) {