aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAge
* tools lib lk: Fix _FORTIFY_SOURCE buildsBorislav Petkov2013-03-15
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-15
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-15
* libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-13
* tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa2013-01-25
* perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi2013-01-24
* tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim2013-01-24
* tools lib traceevent: Add copyright headerJon Stanley2013-01-24
* tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley2013-01-24
* tools lib traceevent: test correct variable after allocationSasha Levin2013-01-24
* tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim2012-10-26
* tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-16
* lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-16
* tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim2012-09-25
* tools lib traceevent: Handle alloc_arg failureNamhyung Kim2012-09-24
* tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim2012-09-24
* tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim2012-09-24
* tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim2012-09-24
* tools lib traceevent: Fix error path on process_array()Namhyung Kim2012-09-24
* tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2012-09-14
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* tools lib traceevent: replace mempcpy with memcpyIrina Tirdea2012-09-07
* tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2012-09-07
* tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim2012-09-07
* tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim2012-09-07
* tools lib traceevent: Modify header to work in C++ programsSteven Rostedt2012-09-05
* tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim2012-08-23
* tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim2012-08-22
* tools lib traceevent: Introduce pevent_strerrorNamhyung Kim2012-08-22
* tools lib traceevent: Introduce pevent_errnoNamhyung Kim2012-08-22
* tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim2012-08-22
* tools lib traceevent: Fix cast from pointer to integer for 32 bitRobert Richter2012-08-08
* tools lib traceevent: Ignore TRACEEVENT-CFLAGS fileNamhyung Kim2012-07-25
* tools lib traceevent: Detect build environment changesNamhyung Kim2012-07-25
* tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-04
* tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-04
* tools lib traceevent: Check return value of arg_to_str()Namhyung Kim2012-07-04
* tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim2012-07-04
* tools lib traceevent: Fix some commentsNamhyung Kim2012-07-04
* tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim2012-07-04