- 31 Mar, 2016 1 commit
-
-
Sasha Goldshtein authored
For USDT arguments of the form "-4@$-1", the parsing logic would fail because it didn't expect the second number (the actual value of the USDT argument as a constant) to be negative. This is now fixed.
-
- 30 Mar, 2016 30 commits
-
-
Brenden Blanco authored
IPv6 strings with an inet6_ntoa
-
Brendan Gregg authored
-
Brendan Gregg authored
Replaced `which --skip-alias` with `ProcUtils.which`
-
Sasha Goldshtein authored
-
4ast authored
Support for global variable arguments in USDT probes
-
4ast authored
Lua Tools for BCC
-
Vicent Marti authored
-
Vicent Marti authored
-
Brenden Blanco authored
Percpu support
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Vicent Marti authored
-
Sasha Goldshtein authored
I previously thought it wouldn't be possible to probe arbitrary user-mode addresses, but it turns out that it is. This was required to support global variable arguments in USDT probes. For example, there are a few probes in libpthread whose arguments refer to the mp_ global variable. These are now supported. Additionally, refactored process-related utils into a ProcUtils class in procstat.py, and implemented a version of `which` (`ProcUtils.which`) that is as portable as possible -- it only relies on traversing the PATH environment variable.
-
Zaafar Ahmed authored
-
Zaafar Ahmed authored
changed pc_hash/array to percpu_hash/array table.py optimised/fixup table.py code based on Brenden feedback test_percpu.py Now tests are processor aware and doesn't use sleep added new line at the EOF
-
Brenden Blanco authored
solisten: clean endian conversion hack
-
- 29 Mar, 2016 8 commits
-
-
Zaafar Ahmed authored
-
Zaafar Ahmed authored
-
Zaafar Ahmed authored
Merge remote-tracking branch 'origin/master' into percpu
-
Zaafar Ahmed authored
removed kernel checks.
-
Brenden Blanco authored
Minor endian and debug enhancement
-
Jean-Tiare Le Bigot authored
-
Jean-Tiare Le Bigot authored
-
4ast authored
argdist, trace, and tplist support for USDT probes
-
- 28 Mar, 2016 1 commit
-
-
Jean-Tiare Le Bigot authored
-