aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo1-1/+1
2013-08-07Revert "tools lib lk: Fix for cross build"Joonsoo Kim1-15/+0
2013-07-12tools lib traceevent: Port kbuffer parser routinesNamhyung Kim3-0/+800
2013-07-12tools lib traceevent: Add page_size field to peventNamhyung Kim1-0/+11
2013-07-12tools lib traceevent: Add trace_seq_reset()Namhyung Kim2-0/+14
2013-07-12tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2-5/+5
2013-07-12tools lib traceevent: Get rid of unused gui targetNamhyung Kim1-7/+1
2013-07-12tools lib traceevent: Remove unused install targetsNamhyung Kim1-7/+2
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger1-1/+1
2013-07-08tools lib lk: Fix for cross buildJoonsoo Kim1-0/+15
2013-05-29tools lib lk: Respect CROSS_COMPILERabin Vincent1-0/+3
2013-03-15tools lib lk: Fix _FORTIFY_SOURCE buildsBorislav Petkov1-1/+1
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2-17/+0
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov3-0/+182
2013-03-13libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell1-1/+1
2013-01-25tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa1-2/+37
2013-01-24perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi1-1/+2
2013-01-24tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim1-0/+2
2013-01-24tools lib traceevent: Add copyright headerJon Stanley1-0/+19
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley5-10/+5
2013-01-24tools lib traceevent: test correct variable after allocationSasha Levin1-1/+1
2012-11-09tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo1-4/+4
2012-11-09tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo1-0/+1
2012-11-09tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo1-1/+1
2012-11-09tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo1-2/+2
2012-11-09tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo1-3/+4
2012-10-26tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim1-1/+1
2012-10-16tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt1-0/+15
2012-10-16lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt1-3/+6
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim1-4/+4
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim1-2/+95
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2-24/+75
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo1-74/+175
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo1-3/+3
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo1-30/+14
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo1-27/+31
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim1-4/+8
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim1-5/+7
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim1-0/+3
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim1-2/+1
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2-2/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea2-5/+7
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2-7/+22
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim1-2/+11
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim1-11/+32
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt1-2/+2
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim1-1/+1
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim2-1/+12
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim2-6/+57