<feed xmlns='http://www.w3.org/2005/Atom'>
<title>latrace.git/src, branch debug_firefox</title>
<subtitle>latrace LD_AUDIT 2.4+ libc frontend</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/'/>
<entry>
<title>changes</title>
<updated>2012-02-09T15:37:00+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2012-02-09T15:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=faa1cb9123d0686ea3f32b04c9a1e89fd3984e89'/>
<id>faa1cb9123d0686ea3f32b04c9a1e89fd3984e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stats: report zero percents instead of NaN</title>
<updated>2011-12-05T10:05:47+00:00</updated>
<author>
<name>Akos PASZTORY</name>
<email>akos.pasztory@gmail.com</email>
</author>
<published>2011-12-03T15:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=2849dc00038e6b18403ffae653c89ae0b835a14a'/>
<id>2849dc00038e6b18403ffae653c89ae0b835a14a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stats: bugfix: use timersub() and timeradd()</title>
<updated>2011-12-05T10:05:01+00:00</updated>
<author>
<name>Akos PASZTORY</name>
<email>akos.pasztory@gmail.com</email>
</author>
<published>2011-12-03T15:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=749d16e7ac7dab3641d23eeead752335e23854f4'/>
<id>749d16e7ac7dab3641d23eeead752335e23854f4</id>
<content type='text'>
tv_sub() had a bug: if 'a' represented the same time as 'b' then it
added extra 1000000 usecs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tv_sub() had a bug: if 'a' represented the same time as 'b' then it
added extra 1000000 usecs.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc - update configuration file stuff</title>
<updated>2011-07-28T13:28:24+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-07-27T23:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=2e61eec77ce27cf22a8813e24e16ccd2430bc6f1'/>
<id>2e61eec77ce27cf22a8813e24e16ccd2430bc6f1</id>
<content type='text'>
Update documentation with configuration file details.
Update help output with missing help for '-N' option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation with configuration file details.
Update help output with missing help for '-N' option.
</pre>
</div>
</content>
</entry>
<entry>
<title>args: fix size_t printf compile warning</title>
<updated>2011-07-08T12:11:58+00:00</updated>
<author>
<name>jolsa@redhat.com</name>
<email>jolsa@redhat.com</email>
</author>
<published>2011-07-04T23:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=abc8aece85ade9a1ace96af28e0a3631f88bd677'/>
<id>abc8aece85ade9a1ace96af28e0a3631f88bd677</id>
<content type='text'>
using proper %zu for size_t argument in printf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using proper %zu for size_t argument in printf
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Fix memory leak in names list code</title>
<updated>2011-06-21T11:19:20+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-21T11:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=c0f273127860268341d2d29ebfd9bf0fe981cedb'/>
<id>c0f273127860268341d2d29ebfd9bf0fe981cedb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>args: Aadd support to display string pointer and length</title>
<updated>2011-06-17T11:00:06+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-10T11:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=d07b36b6bb898666c313b6d3708aee82d5b80550'/>
<id>d07b36b6bb898666c313b6d3708aee82d5b80550</id>
<content type='text'>
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add SYM_NOEXIT option</title>
<updated>2011-06-17T10:08:20+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-16T09:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=23916445a712b64e34735a7d06bc69bfcfa4b3b6'/>
<id>23916445a712b64e34735a7d06bc69bfcfa4b3b6</id>
<content type='text'>
Added SYM_NOEXIT option to be able to run only pltentry
callback for specified symbols.

This option is needed for setjmp symbol, otherwise the
tracee segfaults. The "_setjmp" symbol is added as default
value to the global config file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added SYM_NOEXIT option to be able to run only pltentry
callback for specified symbols.

This option is needed for setjmp symbol, otherwise the
tracee segfaults. The "_setjmp" symbol is added as default
value to the global config file.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add libs and symbols specfication config file options</title>
<updated>2011-06-17T10:08:17+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-12T17:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=b56d0731ccb162f5830a94c037d6975371a067ac'/>
<id>b56d0731ccb162f5830a94c037d6975371a067ac</id>
<content type='text'>
Added following config file options:

LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW

They match their command line equivalents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added following config file options:

LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW

They match their command line equivalents.
</pre>
</div>
</content>
</entry>
<entry>
<title>make tracer return actual tracee status</title>
<updated>2011-06-16T08:38:57+00:00</updated>
<author>
<name>Jiri Olsa</name>
<email>Jiri Olsa jolsa@redhat.com</email>
</author>
<published>2011-06-15T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jolsa/public_git/latrace.git/commit/?id=be08addc50d60683fdcc9c3b8cf4488d940e3b96'/>
<id>be08addc50d60683fdcc9c3b8cf4488d940e3b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
