summaryrefslogtreecommitdiffstats
path: root/package/lttng-tools
Commit message (Collapse)AuthorAgeFilesLines
* lttng-tools: bump to version 2.0.1Samuel Martin2012-06-173-89/+57Star
| | | | | | | Also update the sync_file_range patch. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liburcu: only some architectures are supportedThomas Petazzoni2012-03-211-0/+2
| | | | | | | | | | Make sure that liburcu (and the packages that select it) cannot be enabled on the architectures that are not supported. At the moment, only x86, x86-64, PowerPC and ARM are supported. [Peter: add armeb as well] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: make the dependency on lttng-libust optionalThomas Petazzoni2012-02-052-2/+11
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: fix build on uClibc due to sync_file_range()Thomas Petazzoni2012-02-052-0/+89
| | | | | | | | Add a patch to use fdatasync() instead of sync_file_range() when the latter is not available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: new packageThomas Petazzoni2012-01-312-0/+31
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>