Re: Symbol Size Variance

2018-05-22 Thread Sebastian Huber
On 23/05/18 01:06, Joel Sherrill wrote: Or we may need to limit ourselves to source line mapping on a per executable basis. And generate reports using gcov output if we see methods change between executables. I have shied away from gcov as the primary format because I don't see how to do subexpr

Re: [GSOC] Error in trace buffer generation

2018-05-22 Thread Sebastian Huber
On 23/05/18 08:19, Vidushi Vashishth wrote: >>Who created this fileio-trace.ini? The fileio-trace.ini file was a sample I downloaded from here : https://devel.rtems.org/attachment/wiki/Developer/Tracing/Trace_Buffering/fileio-trace.ini I made the necessary rtems path and rtems-bsp changes acco

Re: covoar symbol mismatch

2018-05-22 Thread Chris Johns
On 22/5/18 2:27 am, Joel Sherrill wrote: > I am not sure why this is happening but this is an example of the symbol > it is finding: > > [joel@rtbf64c samples]$ i386-rtems5-nm base_sp.exe | grep -i csw > 001237d0 r CSWTCH.1 > 001216c0 r CSWTCH.108 If you add '-' to the command line the rtemst

powerpc/virtex and ss555 CPU model

2018-05-22 Thread Joel Sherrill
Hi These BSPs now don't compile as a side-effect of my recent change. My change unearthed that neither used the same -mcpu=XXX and -DXXX CPU model. virtex: uses -mcpu=403 but -Dppc405 ss555 uses -mcpu=505 but -Dppc555 The virtex failure is an obvious ifdef conditional patch confusion that I am u

Re: Symbol Size Variance

2018-05-22 Thread Joel Sherrill
On Tue, May 22, 2018 at 5:45 PM, Chris Johns wrote: > On 22/5/18 11:14 pm, Joel Sherrill wrote: > > On Mon, May 21, 2018, 7:44 PM Chris Johns > > wrote: > > On 22/5/18 9:12 am, Joel Sherrill wrote: > > > > > > Attached is a shell script (pokes Chris) which ca

Re: Symbol Size Variance

2018-05-22 Thread Chris Johns
On 22/5/18 11:14 pm, Joel Sherrill wrote: > On Mon, May 21, 2018, 7:44 PM Chris Johns > wrote: > On 22/5/18 9:12 am, Joel Sherrill wrote: > > > > Attached is a shell script (pokes Chris) which calculates the size of  > > the specified symbol across a set of

Re: Symbol Size Variance

2018-05-22 Thread Joel Sherrill
On Mon, May 21, 2018, 7:44 PM Chris Johns wrote: > On 22/5/18 9:12 am, Joel Sherrill wrote: > > > > Attached is a shell script (pokes Chris) which calculates the size of > > the specified symbol across a set of .exe files. > > > > [joel@rtbf64c samples]$ /tmp/cmp_sizes -a sparc -s > > _Workspace_

Re: [GSOC] Weekly report

2018-05-22 Thread Chris Johns
On 22/5/18 1:48 am, Vidushi Vashishth wrote: > > I was facing a lot of problems trying to get everything running on MacOS. > Babeltrace in particular had a lot of dependencies and it became exceedingly > difficult to build it. Are you able to document the dependencies you found? A post to this li