summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
* tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
* tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt2013-11-121-0/+13
* tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt2013-11-042-0/+46
* tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt2013-11-042-2/+4
* tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)2013-11-041-1/+1
* tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)2013-11-041-4/+4
* tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran2013-11-041-8/+16
* tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)2013-11-041-1/+7
* tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)2013-11-042-16/+15Star
* tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE2013-11-042-12/+44
* tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar2013-10-111-9/+9
* tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee2013-09-191-1/+0Star
* tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo2013-08-271-1/+1
* Revert "tools lib lk: Fix for cross build"Joonsoo Kim2013-08-071-15/+0Star
* tools lib traceevent: Port kbuffer parser routinesNamhyung Kim2013-07-123-0/+800
* tools lib traceevent: Add page_size field to peventNamhyung Kim2013-07-121-0/+11
* tools lib traceevent: Add trace_seq_reset()Namhyung Kim2013-07-122-0/+14
* tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2013-07-122-5/+5
* tools lib traceevent: Get rid of unused gui targetNamhyung Kim2013-07-121-7/+1Star
* tools lib traceevent: Remove unused install targetsNamhyung Kim2013-07-121-7/+2Star
* perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2013-07-101-1/+1
* tools lib lk: Fix for cross buildJoonsoo Kim2013-07-081-0/+15
* tools lib lk: Respect CROSS_COMPILERabin Vincent2013-05-291-0/+3
* tools lib lk: Fix _FORTIFY_SOURCE buildsBorislav Petkov2013-03-151-1/+1
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-152-17/+0Star
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-153-0/+182
* libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-131-1/+1
* tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa2013-01-251-2/+37
* perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi2013-01-241-1/+2
* tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim2013-01-241-0/+2
* tools lib traceevent: Add copyright headerJon Stanley2013-01-241-0/+19
* tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley2013-01-245-10/+5Star
* tools lib traceevent: test correct variable after allocationSasha Levin2013-01-241-1/+1
* tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo2012-11-091-4/+4
* tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo2012-11-091-0/+1
* tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo2012-11-091-1/+1
* tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo2012-11-091-2/+2
* tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo2012-11-091-3/+4
* tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim2012-10-261-1/+1
* tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-161-0/+15
* lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
* tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim2012-09-251-4/+4
* tools lib traceevent: Handle alloc_arg failureNamhyung Kim2012-09-241-2/+95
* tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2012-09-242-24/+75
* tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo2012-09-241-74/+175
* tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo2012-09-241-3/+3
* tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo2012-09-241-30/+14Star
* tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo2012-09-241-27/+31
* tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim2012-09-241-4/+8