summaryrefslogtreecommitdiff
path: root/instrument-functions.c
Commit message (Expand)AuthorAgeFilesLines
* instrument functions: Reduce the scope of a variableFrancois-Xavier Le Bail2023-05-031-1/+2
* instrument functions: Use an environment variable instead of config filesFrancois-Xavier Le Bail2023-03-131-32/+34
* instrument functions: Add a NULL checkFrancois-Xavier Le Bail2023-03-111-1/+2
* instrument functions: Add a length checkFrancois-Xavier Le Bail2023-03-111-1/+6
* instrument functions: Minimize stat() callsFrancois-Xavier Le Bail2023-02-171-1/+8
* instrument functions: Reduce the scope of a variableFrancois-Xavier Le Bail2022-03-021-1/+3
* instrument functions: Remove tcpdump_ prefix from flag filesFrancois-Xavier Le Bail2022-02-021-2/+2
* instrument functions: Enhance the outputFrancois-Xavier Le Bail2022-01-271-94/+179
* instrument functions: Remove a now useless #includeFrancois-Xavier Le Bail2022-01-231-1/+0
* Fix indentation and remove a blank lineFrancois-Xavier Le Bail2022-01-221-2/+1
* autoconf: Enhance the --enable-instrument-functions result outputFrancois-Xavier Le Bail2022-01-221-14/+66
* Replace some 'if(' with 'if (' (style)Francois-Xavier Le Bail2022-01-201-3/+3
* autoconf: Add the option to print functions names (entry and exit)Francois-Xavier Le Bail2022-01-171-0/+95