Commit Graph

87 Commits (bc197eedef1ae082ec662c64c3f4aa302821fb7a)

Author SHA1 Message Date
Rabin Vincent 3c4797d46c tools lib lk: Respect CROSS_COMPILE 12 years ago
Borislav Petkov b28b130719 tools lib lk: Fix _FORTIFY_SOURCE builds 12 years ago
Borislav Petkov 1355915ac6 perf tools: Extract perf-specific stuff from debugfs.c 12 years ago
Borislav Petkov 85c66be101 perf tools: Introduce tools/lib/lk library 12 years ago
Jack Mitchell b9e8c37220 libtraceevent: Remove hard coded include to /usr/local/include in Makefile 12 years ago
Jiri Olsa e23c1a5578 tools lib traceevent: Handle dynamic array's element size properly 12 years ago
Tom Zanussi 10ee9fa3b9 perf tools: Reinstate 'signed' field flag for tracepoints 12 years ago
Namhyung Kim ff582680f8 tools lib traceevent: Fix warning on '>=' operator 12 years ago
Jon Stanley 2d2481ddf6 tools lib traceevent: Add copyright header 12 years ago
Jon Stanley 7b9f6b402c tools lib traceevent: Update FSF postal address to be URL's. 12 years ago
Sasha Levin fba7a78220 tools lib traceevent: test correct variable after allocation 12 years ago
Arnaldo Carvalho de Melo 27f94d5239 tools lib traceevent: Use 'const' in variables pointing to const strings 12 years ago
Arnaldo Carvalho de Melo 7a90561164 tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerror 12 years ago
Arnaldo Carvalho de Melo e46466b8bd tools lib traceevent: No need to check for < 0 on an unsigned enum 12 years ago
Arnaldo Carvalho de Melo 8a38cce4c9 tools lib traceevent: Avoid comparisions between signed/unsigned 12 years ago
Arnaldo Carvalho de Melo ca383a4df7 tools lib traceevent: Add __maybe_unused to unused parameters 12 years ago
Namhyung Kim b6f4f80410 tools lib traceevent: Do not generate dependency for system header files 12 years ago
Steven Rostedt 743df75ff1 tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter 13 years ago
Steven Rostedt 101782ea2c lib tools traceevent: Add back pevent assignment in __pevent_parse_format() 13 years ago
Namhyung Kim f1b2256d66 tools lib traceevent: Fix error path on pevent_parse_event 13 years ago
Namhyung Kim b1ac754b67 tools lib traceevent: Handle alloc_arg failure 13 years ago
Arnaldo Carvalho de Melo 2b29175d2b tools lib traceevent: Carve out events format parsing routine 13 years ago
Arnaldo Carvalho de Melo a6d2a61ac6 tools lib traceevent: Remove some die() calls 13 years ago
Arnaldo Carvalho de Melo b85119200d tools lib traceevent: Fix afterlife gotos 13 years ago
Arnaldo Carvalho de Melo 87162d816f tools lib traceevent: Use calloc were applicable 13 years ago
Arnaldo Carvalho de Melo 0dbca1e364 tools lib traceevent: Use asprintf were applicable 13 years ago
Namhyung Kim 70d9304475 tools lib traceevent: Free field if an error occurs on process_flags/symbols 13 years ago
Namhyung Kim f8c49d2645 tools lib traceevent: Free field if an error occurs on process_fields 13 years ago
Namhyung Kim 41e51a289b tools lib traceevent: Make sure that arg->op.right is set properly 13 years ago
Namhyung Kim 1bce6e0fec tools lib traceevent: Fix error path on process_array() 13 years ago
Arnaldo Carvalho de Melo c055875b70 tools lib traceevent: Define _GNU_SOURCE in Makefile 13 years ago
Irina Tirdea 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
Irina Tirdea 9612ef6716 tools lib traceevent: replace mempcpy with memcpy 13 years ago
Namhyung Kim 67ed939c9e tools lib traceevent: Get rid of die() from pevent_register_print_function 13 years ago
Namhyung Kim 0ca8da00ad tools lib traceevent: Get rid of die() from pevent_register_event_handler 13 years ago
Namhyung Kim 245c5a1843 tools lib traceevent: Get rid of die() from pretty_print() 13 years ago
Steven Rostedt ff1a70e75f tools lib traceevent: Modify header to work in C++ programs 13 years ago
Namhyung Kim f63fe79fa0 tools lib traceevent: Fix off-by-one bug in pevent_strerror() 13 years ago
Namhyung Kim e1aa7c30c5 tools lib traceevent: Fix strerror_r() use in pevent_strerror 13 years ago
Namhyung Kim 2f197b9d7e tools lib traceevent: Introduce pevent_strerror 13 years ago
Namhyung Kim bffddffde7 tools lib traceevent: Introduce pevent_errno 13 years ago
Namhyung Kim fd34f0b26c tools lib traceevent: Do not link broken field arg for an old ftrace event 13 years ago
Robert Richter 0cf260131c tools lib traceevent: Fix cast from pointer to integer for 32 bit 13 years ago
Namhyung Kim 52f18a2ff9 tools lib traceevent: Ignore TRACEEVENT-CFLAGS file 13 years ago
Namhyung Kim 52b5c0d485 tools lib traceevent: Detect build environment changes 13 years ago
Namhyung Kim f6ced60fb6 tools lib traceevent: Cleanup realloc use 13 years ago
Peter Huewe c9bbabe32a tools lib traceevent: Add missing break in make_bprint_args 13 years ago
Namhyung Kim 0fed483415 tools lib traceevent: Check return value of arg_to_str() 13 years ago
Namhyung Kim e54b34aed1 tools lib traceevent: Check result of malloc() during reading token 13 years ago
Namhyung Kim 16e6b8fdfd tools lib traceevent: Fix some comments 13 years ago