On Mon, Mar 10, 2014 at 12:13 PM, Gedare Bloom <ged...@rtems.org> wrote: > Please add a little more to the commit message, especially since this > also adds some of the ISR profiling support. Unless you did not mean > to add the isr stuff yet.. Some of it looks unused to me. > > On Mon, Mar 10, 2014 at 9:28 AM, Sebastian Huber > <sebastian.hu...@embedded-brains.de> wrote: >> --- >> +void _Profiling_Outer_most_interrupt_entry_and_exit( >> + Per_CPU_Control *per_cpu, >> + CPU_Counter_ticks interrupt_entry_instant, >> + CPU_Counter_ticks interrupt_exit_instant >> +); > I don't like this name, but I have no better one yet until I see where > it is used. Perhaps _Profiling_Nested_isr? I liked the above functions > that were named after the function they profile, although here it is > less clear since the entire function does not get profiled I would > guess. > It could be something like _Profiling_Update_interrupt_stats(). -Gedare _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel
- Re: [PATCH 06/11] score: Add SMP lock profiling suppo... Gedare Bloom
- Re: [PATCH 06/11] score: Add SMP lock profiling s... Sebastian Huber
- [PATCH 09/11] bsps/powerpc: Add support for interrupt prof... Sebastian Huber
- [PATCH 07/11] sparc: Add support for interrupt profiling Sebastian Huber
- [PATCH 10/11] arm: Add support for interrupt profiling Sebastian Huber
- [PATCH 02/11] sapi: Add profiling application level suppor... Sebastian Huber
- Re: [PATCH 02/11] sapi: Add profiling application lev... Gedare Bloom
- Re: [PATCH 02/11] sapi: Add profiling application... Sebastian Huber
- [PATCH 05/11] score: Add per-CPU profiling Sebastian Huber
- Re: [PATCH 05/11] score: Add per-CPU profiling Gedare Bloom
- Re: [PATCH 05/11] score: Add per-CPU profiling Gedare Bloom
- Re: [PATCH 05/11] score: Add per-CPU profiling Sebastian Huber
- [PATCH 04/11] sapi: Add SMP lock profiling app. level data Sebastian Huber
- Re: [PATCH 04/11] sapi: Add SMP lock profiling app. l... Gedare Bloom
- Re: [PATCH 04/11] sapi: Add SMP lock profiling ap... Sebastian Huber
- Re: [PATCH 04/11] sapi: Add SMP lock profilin... Gedare Bloom
- [PATCH 03/11] sapi: Add per-CPU profiling application leve... Sebastian Huber
- Re: [PATCH 03/11] sapi: Add per-CPU profiling applica... Gedare Bloom
- Re: [PATCH 03/11] sapi: Add per-CPU profiling app... Sebastian Huber
- Re: [PATCH 03/11] sapi: Add per-CPU profiling... Gedare Bloom