Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] LTTng 2.0 kernel instrumentation todo?
@ 2011-11-22 19:04 Matthew Khouzam
  2011-11-22 23:08 ` Mathieu Desnoyers
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Khouzam @ 2011-11-22 19:04 UTC (permalink / raw)


Hi, I was tracing some simple programs and came up with a list of
"sys_unknown" tracepoints. This may or may not help for developers to
see what they are.

sys_unknown id = 11 => exec_ve
sys_unknown id = 119 => sigreturn
sys_unknown id = 120 => clone
sys_unknown id = 184 => capget
sys_unknown id = 185 => capset
sys_unknown id = 194 => ftruncate (?) confirm please
sys_unknown id = 243 => set_thread_area (?) confirm please
sys_unknown id = 250 => fadvise (?) confirm please
sys_unknown id = 314 => sync_file_range (?) confirm please




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ltt-dev] LTTng 2.0 kernel instrumentation todo?
  2011-11-22 19:04 [ltt-dev] LTTng 2.0 kernel instrumentation todo? Matthew Khouzam
@ 2011-11-22 23:08 ` Mathieu Desnoyers
  2011-11-22 23:10   ` Mathieu Desnoyers
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Desnoyers @ 2011-11-22 23:08 UTC (permalink / raw)


* Matthew Khouzam (matthew.khouzam at ericsson.com) wrote:
> Hi, I was tracing some simple programs and came up with a list of
> "sys_unknown" tracepoints. This may or may not help for developers to
> see what they are.
> 
> sys_unknown id = 11 => exec_ve
> sys_unknown id = 119 => sigreturn
> sys_unknown id = 120 => clone
> sys_unknown id = 184 => capget
> sys_unknown id = 185 => capset
> sys_unknown id = 194 => ftruncate (?) confirm please
> sys_unknown id = 243 => set_thread_area (?) confirm please
> sys_unknown id = 250 => fadvise (?) confirm please
> sys_unknown id = 314 => sync_file_range (?) confirm please

See the _override files, that allow you to declare them by yourself.
Those are probably missing in the DEFINE_SYSCALL(*) in the kernel, so we
need to create them in the override files (they cannot be automatically
generated).

Patches are welcome,

Thanks,

Mathieu

> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ltt-dev] LTTng 2.0 kernel instrumentation todo?
  2011-11-22 23:08 ` Mathieu Desnoyers
@ 2011-11-22 23:10   ` Mathieu Desnoyers
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2011-11-22 23:10 UTC (permalink / raw)


* Mathieu Desnoyers (compudj at krystal.dyndns.org) wrote:
> * Matthew Khouzam (matthew.khouzam at ericsson.com) wrote:
> > Hi, I was tracing some simple programs and came up with a list of
> > "sys_unknown" tracepoints. This may or may not help for developers to
> > see what they are.
> > 
> > sys_unknown id = 11 => exec_ve
> > sys_unknown id = 119 => sigreturn
> > sys_unknown id = 120 => clone
> > sys_unknown id = 184 => capget
> > sys_unknown id = 185 => capset
> > sys_unknown id = 194 => ftruncate (?) confirm please
> > sys_unknown id = 243 => set_thread_area (?) confirm please
> > sys_unknown id = 250 => fadvise (?) confirm please
> > sys_unknown id = 314 => sync_file_range (?) confirm please
> 
> See the _override files, that allow you to declare them by yourself.
> Those are probably missing in the DEFINE_SYSCALL(*) in the kernel, so we
> need to create them in the override files (they cannot be automatically
> generated).

note: the manpages are actually a good source of information about which
types these syscalls should have. Otherwise, refer to the kernel source
code.

Thanks,

Mathieu

> 
> Patches are welcome,
> 
> Thanks,
> 
> Mathieu
> 
> > 
> > _______________________________________________
> > ltt-dev mailing list
> > ltt-dev at lists.casi.polymtl.ca
> > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> > 
> 
> -- 
> Mathieu Desnoyers
> Operating System Efficiency R&D Consultant
> EfficiOS Inc.
> http://www.efficios.com
> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-22 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 19:04 [ltt-dev] LTTng 2.0 kernel instrumentation todo? Matthew Khouzam
2011-11-22 23:08 ` Mathieu Desnoyers
2011-11-22 23:10   ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox