Commit graph

58 commits

Author SHA1 Message Date
Christophe Bedard
f7cd5734ea Extract lttng interface implementation functions to another file 2019-08-16 09:36:04 +02:00
Christophe Bedard
40007f4f96 0.2.5 2019-08-15 15:29:13 +02:00
Christophe Bedard
29bef96284 Update changelogs 2019-08-15 15:27:15 +02:00
Christophe Bedard
a72eda9957 Fix linter error 2019-08-15 13:23:14 +02:00
Christophe Bedard
c0b86bd4db Create tracing_supported() util function 2019-08-15 13:14:53 +02:00
Christophe Bedard
8c6486f5ba Simplify check for lttng import 2019-08-15 09:48:35 +02:00
Christophe Bedard
98cf3ad377 Silently do nothing if lttng cannot be imported 2019-08-15 09:45:28 +02:00
Christophe Bedard
65a40aa5ff 0.2.4 2019-08-14 13:02:36 +02:00
Christophe Bedard
6771aaf84b 0.2.3 2019-08-05 10:20:55 +02:00
Christophe Bedard
9db80cc39b Remove unused import 2019-08-04 14:25:31 +02:00
Christophe Bedard
bc09325804 Fix bad quotes 2019-08-04 13:30:41 +02:00
Christophe Bedard
5b2280d543 Add append_timestamp option for trace action 2019-08-04 13:04:44 +02:00
Christophe Bedard
00f826a173 0.2.2 2019-08-01 13:25:45 +02:00
Christophe Bedard
1307d72dc6 Update changelogs 2019-08-01 13:23:45 +02:00
Christophe Bedard
2ef48cfe66 Revert "Replace special character to fix encoding issue"
This reverts commit c7d609c018.
2019-08-01 08:51:30 +02:00
Christophe Bedard
ce8bcbd99a 0.2.1 2019-07-31 10:29:07 +02:00
Christophe Bedard
709f4ba9a7 Update changelogs 2019-07-31 10:27:25 +02:00
Christophe Bedard
c7d609c018 Replace special character to fix encoding issue 2019-07-31 10:10:33 +02:00
Christophe Bedard
b3dd5216dd 0.2.0 2019-07-30 16:44:28 +02:00
Christophe Bedard
ab3f076859 0.1.1 2019-07-16 10:53:31 +02:00
Christophe Bedard
7253c911cc Update and format package metadata files 2019-07-12 13:27:59 +02:00
Christophe Bedard
51441ff467 0.1.0 2019-07-11 14:22:05 +02:00
Christophe Bedard
796b63641d Add changelogs 2019-07-11 14:21:51 +02:00
Christophe Bedard
f739833050 Increase package versions for alpha release 2019-07-10 15:46:29 +02:00
Christophe Bedard
68b7ec5ad2 Fix typos 2019-07-05 14:47:01 +02:00
Christophe Bedard
1eacc66c97 Centralize default trace location 2019-07-05 14:46:02 +02:00
Christophe Bedard
209b174dfb Fix trace args description 2019-06-28 08:58:01 +02:00
Christophe Bedard
a995715cb6 Add exec_depend on python3-lttng for tracetools_trace 2019-06-26 08:44:35 +02:00
Christophe Bedard
e97a649c21 Remove temporary workaround for python3-lttng 2019-06-25 15:13:56 +02:00
Christophe Bedard
82d2d26f9a Fix lint and formatting errors 2019-06-24 16:13:42 +02:00
Christophe Bedard
d6d5e943a7 Only enable a few kernel events by default 2019-06-24 14:10:03 +02:00
Christophe Bedard
8000f50e65 Document and format lttng interface module 2019-06-24 13:38:34 +02:00
Christophe Bedard
6ef980a6e8 Team up maintainers 2019-06-24 11:28:31 +02:00
Christophe Bedard
dd8241cc1d Add file docstrings 2019-06-24 10:45:29 +02:00
Christophe Bedard
a32df113f5 Add copyright headers 2019-06-24 10:36:39 +02:00
Christophe Bedard
ce9453edd2 Add license and maintainer to package/setup files 2019-06-24 10:32:24 +02:00
Christophe Bedard
a507bbce6e Add 'tracetools_trace/' from commit '29b1c6d50b'
git-subtree-dir: tracetools_trace
git-subtree-mainline: 4d434fa182
git-subtree-split: 29b1c6d50b
2019-06-24 10:01:43 +02:00
Christophe Bedard
29b1c6d50b Merge branch 'ros2-trace' into analysis 2019-06-24 07:17:59 +02:00
Christophe Bedard
f2bb28215e Add completers for event names 2019-06-23 18:18:47 +02:00
Christophe Bedard
10210566a6 Extract add_arguments() from parse_args() 2019-06-23 17:42:44 +02:00
Christophe Bedard
a8fe961bb0 Extract args parsing method 2019-06-23 16:02:48 +02:00
Christophe Bedard
1868258871 Wrap lttng init and fini methods 2019-06-23 15:51:13 +02:00
Christophe Bedard
7fb7d9b842 Format 2019-06-23 14:43:03 +02:00
Christophe Bedard
a84024a19c Use os.path.join 2019-06-17 14:46:05 +02:00
Christophe Bedard
8e51b87b57 Add typing to tracetools_trace.tools.lttng 2019-06-17 14:45:48 +02:00
Christophe Bedard
c61b2f5db5 Fix indent 2019-06-17 10:47:32 +02:00
Christophe Bedard
31e7fc9e1b Handle generic 'callback_start|end' events 2019-06-14 10:09:55 +02:00
Christophe Bedard
4f770a9bac Extract parse_args methods 2019-06-07 11:28:09 +02:00
Christophe Bedard
b541f33760 Simplify imports 2019-06-07 10:42:40 +02:00
Christophe Bedard
6083335c47 Fix lint temporarily 2019-06-06 09:39:36 +02:00