Soham Gupta
06fc45ca02
tracer: json: close dangling file pointer
3 years ago
Romain Vimont
cf14890327
vlc_tracer: remove TICK type
Pass the nanoseconds value as an integer instead.
Refs !3742
3 years ago
Steve Lhomme
098daebfa0
modules: include vlc_configuration.h when using config_GetUserDir()
3 years ago
Alexandre Janniaux
fef5c66edb
tracer: json: remove write-only temporary variable
3 years ago
Thomas Guillem
5f60396843
logger/json: change license to LGPL 2.1
The original GPL 2 license was an error, that I missed during the review
process. Nicolas agreed with this license change by mail.
3 years ago
Steve Lhomme
1fbc426bae
logger/json: remove unused strings
3 years ago
Steve Lhomme
b036c26e95
text: let vlc_towc() return an ssize_t
size_t is not well suited to return -1 to 4 values. We can also get rid of all
the (size_t)-1 casts.
3 years ago
Thomas Guillem
3f0b8717c2
tracer: pass the timestamp to modules
To let tracer users send their own timestamp.
4 years ago
Thomas Guillem
425f4424d6
tracer: move tick conversion in modules
4 years ago
Thomas Guillem
7ebb2d4895
tracer: json: use a define for tick -> integer conversion
This fixes a timebase mismatch between values from tracer entries (NS vs US).
4 years ago
Lyndon Brown
6f68f89498
plugins: purge use of set_category()
see e967f81f6a .
note, this does **not** affect cat-based module selection items
(of which there are just three in use by the core), since that
mechanism uses subcats not cats.
7 years ago
Nicolas LeQuec
fcafe8a5ce
logger: add new trace module
Add a trace module that stores the traces in a file or displays them
in stdout with a json notation.
5 years ago