search for: rw_sw_

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

Did you mean: rw_sem
2018 Feb 14
0
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...t; > 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...
2017 Apr 04
1
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...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. > > 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. H...
2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...performance 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 throu...