summaryrefslogtreecommitdiffstats
path: root/src/audit.c
Commit message (Collapse)AuthorAgeFilesLines
* changeserror_simulation2Jiri Olsa2011-11-241-4/+4
|
* error simulation: automated changesjolsa@redhat.com2011-11-241-3/+4
|
* error simulation: added support to display backtrace infoJiri Olsa2011-11-241-12/+14
|
* error simulation: library partjolsa@redhat.com2011-11-241-0/+3
|
* error simulation: application partJiri Olsa2011-11-241-1/+1
|
* fifo: Using shared config in fifo functionsJiri Olsa2011-11-241-5/+5
| | | | Switching to shared config structure for all fifo object functions.
* output: adding support for simple text outputJiri Olsa2011-11-241-4/+4
| | | | | | Added lt_out_text to allow printing out simple text fitting in the shape of our other output. It'll be needed for error simulation, which is comming in shortly.
* config: Add SYM_NOEXIT optionJiri Olsa2011-06-171-0/+8
| | | | | | | | | Added SYM_NOEXIT option to be able to run only pltentry callback for specified symbols. This option is needed for setjmp symbol, otherwise the tracee segfaults. The "_setjmp" symbol is added as default value to the global config file.
* global_symbol fix - proper tree managementJiri Olsa2011-06-151-1/+2
| | | | | | fix global_symbols tree management - add only if we care about the symbol - make bind call dependent on the global_symbols variable
* prevent gcc warning with single printf like arg passingJiri Olsa2011-04-191-3/+3
|
* fix memory leak in the argument display codeJiri Olsa2011-04-061-13/+14
|
* fix controled config bug - missing shared config assignmentJiri Olsa2011-04-051-5/+7
|
* adding support for global symbol configJiri Olsa2011-01-311-14/+33
| | | | | | one global tree to rule them all - only one tree is searched during the plt entry/exit - symbols are added during the bind audit callback
* enhancing names check with *-logic for "-l -t -f -s -n -b" optionsJiri Olsa2010-10-171-1/+2
| | | | Artur Skawina <art.08.09@gmail.com>
* Artur Skawina <art.08.09@gmail.com>Jiri Olsa2010-10-131-1/+6
| | | | add '-n' option, allowing to omit tracing certain symbols
* adding stack limits dynamic checkJiri Olsa2010-09-071-1/+2
|
* updating license infoJiri Olsa2010-08-051-1/+1
|
* separate arguments display code, so it could beJiri Olsa2010-08-051-2/+6
| | | | disabled for not supported architectures
* fixing output for thread applicationsJiri Olsa2010-07-021-4/+9
| | | | | - proper tid displayed for pipe mode - proper indentation for pipe mode
* controled config feature and disable auditing featureJiri Olsa2010-02-131-4/+20
|
* refactoring shared configJiri Olsa2010-02-131-26/+26
|
* added support for pipe mode timestamp displayJiri Olsa2009-09-161-5/+5
|
* added initial support for timestamp displayJiri Olsa2009-09-151-2/+10
|
* initial commit - 0.5.7Jiri Olsa2009-09-041-0/+287