search for: usingtrac

Displaying 3 results from an estimated 3 matches for "usingtrac".

2018 Feb 14
0
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...wn.net/Articles/350714/ > >   > > This LTTng (Linux Trace Toolkit Next Generation) presentation talks > > about using this feature as a way of optimize static tracepoints > > (slides 3-4) > > https://www.computer.org/cms/ComputingNow/HomePage/2011/0111/rW_SW_ > > UsingTracing.pdf > > This presentation also mentions that a lot of other Linux > > applications use this tracing mechanism. > > Thanks, this is exactly the kind of discussion that I think will help > make progress here. > > I think this feature makes a lot of sense and is a reall...
2017 Apr 04
1
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...sm goto: > > https://lwn.net/Articles/350714/ > > > > This LTTng (Linux Trace Toolkit Next Generation) presentation talks about using this feature as a way of optimize static tracepoints (slides 3-4) > > > https://www.computer.org/cms/ComputingNow/HomePage/2011/0111/rW_SW_UsingTracing.pdf > > This presentation also mentions that a lot of other Linux applications use this tracing mechanism. > > Thanks, this is exactly the kind of discussion that I think will help make progress here. I think this feature makes a lot of sense and is a really nice feature. However, I...
2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...rmance numbers of the old C code vs. the asm goto: https://lwn.net/Articles/350714/ This LTTng (Linux Trace Toolkit Next Generation) presentation talks about using this feature as a way of optimize static tracepoints (slides 3-4) https://www.computer.org/cms/ComputingNow/HomePage/2011/0111/rW_SW_UsingTracing.pdf This presentation also mentions that a lot of other Linux applications use this tracing mechanism. I believe we already have much of the infrastructure in place (using the indirecbr instruction infrastructure). We do need to make sure MachineBlockPlacement optimizes the fall through path t...