projects
/
linux-3.10.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Revert "perf sched: Handle PERF_RECORD_EXIT events"
[linux-3.10.git]
/
tools
/
lib
/
2013-03-15
Borislav Petkov
tools lib lk: Fix _FORTIFY_SOURCE builds
tree
|
commitdiff
2013-03-15
Borislav Petkov
perf tools: Extract perf-specific stuff from debugfs.c
tree
|
commitdiff
2013-03-15
Borislav Petkov
perf tools: Introduce tools/lib/lk library
tree
|
commitdiff
2013-03-13
Jack Mitchell
libtraceevent: Remove hard coded include to /usr/local...
tree
|
commitdiff
2013-01-25
Jiri Olsa
tools lib traceevent: Handle dynamic array's element...
tree
|
commitdiff
2013-01-24
Tom Zanussi
perf tools: Reinstate 'signed' field flag for tracepoints
tree
|
commitdiff
2013-01-24
Namhyung Kim
tools lib traceevent: Fix warning on '>=' operator
tree
|
commitdiff
2013-01-24
Jon Stanley
tools lib traceevent: Add copyright header
tree
|
commitdiff
2013-01-24
Jon Stanley
tools lib traceevent: Update FSF postal address to...
tree
|
commitdiff
2013-01-24
Sasha Levin
tools lib traceevent: test correct variable after alloc...
tree
|
commitdiff
2012-11-09
Arnaldo Carvalho...
tools lib traceevent: Use 'const' in variables pointing...
tree
|
commitdiff
2012-11-09
Arnaldo Carvalho...
tools lib traceevent: Handle INVALID_ARG_TYPE errno...
tree
|
commitdiff
2012-11-09
Arnaldo Carvalho...
tools lib traceevent: No need to check for < 0 on an...
tree
|
commitdiff
2012-11-09
Arnaldo Carvalho...
tools lib traceevent: Avoid comparisions between signed...
tree
|
commitdiff
2012-11-09
Arnaldo Carvalho...
tools lib traceevent: Add __maybe_unused to unused...
tree
|
commitdiff
2012-10-26
Namhyung Kim
tools lib traceevent: Do not generate dependency for...
tree
|
commitdiff
2012-10-16
Steven Rostedt
tools lib traceevent: Fix missed freeing of subargs...
tree
|
commitdiff
2012-10-16
Steven Rostedt
lib tools traceevent: Add back pevent assignment in...
tree
|
commitdiff
2012-09-25
Namhyung Kim
tools lib traceevent: Fix error path on pevent_parse_event
tree
|
commitdiff
2012-09-24
Namhyung Kim
tools lib traceevent: Handle alloc_arg failure
tree
|
commitdiff
2012-09-24
Arnaldo Carvalho...
tools lib traceevent: Carve out events format parsing...
tree
|
commitdiff
2012-09-24
Arnaldo Carvalho...
tools lib traceevent: Remove some die() calls
tree
|
commitdiff
2012-09-24
Arnaldo Carvalho...
tools lib traceevent: Fix afterlife gotos
tree
|
commitdiff
2012-09-24
Arnaldo Carvalho...
tools lib traceevent: Use calloc were applicable
tree
|
commitdiff
2012-09-24
Arnaldo Carvalho...
tools lib traceevent: Use asprintf were applicable
tree
|
commitdiff
2012-09-24
Namhyung Kim
tools lib traceevent: Free field if an error occurs...
tree
|
commitdiff
2012-09-24
Namhyung Kim
tools lib traceevent: Free field if an error occurs...
tree
|
commitdiff
2012-09-24
Namhyung Kim
tools lib traceevent: Make sure that arg->op.right...
tree
|
commitdiff
2012-09-24
Namhyung Kim
tools lib traceevent: Fix error path on process_array()
tree
|
commitdiff
2012-09-14
Arnaldo Carvalho...
tools lib traceevent: Define _GNU_SOURCE in Makefile
tree
|
commitdiff
2012-09-11
Irina Tirdea
perf tools: Use __maybe_used for unused variables
tree
|
commitdiff
2012-09-08
Irina Tirdea
tools lib traceevent: replace mempcpy with memcpy
tree
|
commitdiff
2012-09-07
Namhyung Kim
tools lib traceevent: Get rid of die() from pevent_regi...
tree
|
commitdiff
2012-09-07
Namhyung Kim
tools lib traceevent: Get rid of die() from pevent_regi...
tree
|
commitdiff
2012-09-07
Namhyung Kim
tools lib traceevent: Get rid of die() from pretty_print()
tree
|
commitdiff
2012-09-05
Steven Rostedt
tools lib traceevent: Modify header to work in C++...
tree
|
commitdiff
2012-08-23
Namhyung Kim
tools lib traceevent: Fix off-by-one bug in pevent_stre...
tree
|
commitdiff
2012-08-22
Namhyung Kim
tools lib traceevent: Fix strerror_r() use in pevent_st...
tree
|
commitdiff
2012-08-22
Namhyung Kim
tools lib traceevent: Introduce pevent_strerror
tree
|
commitdiff
2012-08-22
Namhyung Kim
tools lib traceevent: Introduce pevent_errno
tree
|
commitdiff
2012-08-22
Namhyung Kim
tools lib traceevent: Do not link broken field arg...
tree
|
commitdiff
2012-08-08
Robert Richter
tools lib traceevent: Fix cast from pointer to integer...
tree
|
commitdiff
2012-07-25
Namhyung Kim
tools lib traceevent: Ignore TRACEEVENT-CFLAGS file
tree
|
commitdiff
2012-07-25
Namhyung Kim
tools lib traceevent: Detect build environment changes
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Cleanup realloc use
tree
|
commitdiff
2012-07-04
Peter Huewe
tools lib traceevent: Add missing break in make_bprint_args
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Check return value of arg_to_str()
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Check result of malloc() during...
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Fix some comments
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Do not call add_event() again...
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Pass string type argument to...
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Handle realloc() failure path
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Handle strdup failure cases
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Introduce extend_token()
tree
|
commitdiff
2012-07-04
Namhyung Kim
tools lib traceevent: Fix printk_cmp()
tree
|
commitdiff
2012-07-04
Wolfgang Mauerer
tools lib traceevent: Fix trace_printk for long integers
tree
|
commitdiff
2012-07-04
Steven Rostedt
tools lib traceevent: Fix %pM print format arg handling
tree
|
commitdiff
2012-07-04
Steven Rostedt
tools lib traceevent: Add support to show migrate disab...
tree
|
commitdiff
2012-07-04
Steven Rostedt
tools lib traceevent: Add support for "%.*s" in bprintk...
tree
|
commitdiff
2012-07-04
Steven Rostedt
tools lib traceevent: Let filtering numbers by string...
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Replace malloc_or_die to plain...
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Add support for __print_hex()
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Use local variable 'field'
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Check string is really printable
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Make dependency files regeneratable
tree
|
commitdiff
2012-06-29
Namhyung Kim
tools lib traceevent: Teach [ce]tags about libtraceeeve...
tree
|
commitdiff
2012-06-29
Konstantin Stepanyuk
tools lib traceevent: Fix clean target in Makefile
tree
|
commitdiff
2012-05-26
Namhyung Kim
tools lib traceevent: Silence compiler warning on 32bit...
tree
|
commitdiff
2012-05-24
Namhyung Kim
tools lib traceevent: Fix signature of create_arg_item()
tree
|
commitdiff
2012-05-24
Namhyung Kim
tools lib traceevent: Use proper function parameter...
tree
|
commitdiff
2012-05-24
Namhyung Kim
tools lib traceevent: Fix freeing arg on process_dynami...
tree
|
commitdiff
2012-05-24
Namhyung Kim
tools lib traceevent: Fix a possibly wrong memory deref...
tree
|
commitdiff
2012-05-24
Namhyung Kim
tools lib traceevent: Fix a possible memory leak
tree
|
commitdiff
2012-05-24
Stefan Hajnoczi
tools lib traceevent: Allow expressions in __print_symb...
tree
|
commitdiff
2012-04-25
Steven Rostedt
parse-events: Rename struct record to struct pevent_record
tree
|
commitdiff
2012-04-25
Steven Rostedt
parse-event: Fix memset pointer size bug in handle
tree
|
commitdiff
2012-04-25
Steven Rostedt
parse-events: Allow '*' and '/' operations in TP_printk
tree
|
commitdiff
2012-04-25
Vaibhav Nagarnaik
parse-events: Support '+' opcode in print format
tree
|
commitdiff
2012-04-25
Steven Rostedt
parse-events: Let pevent_free() take a NULL pointer
tree
|
commitdiff
2012-04-25
Vaibhav Nagarnaik
parse-events: Handle opcode parsing error
tree
|
commitdiff
2012-04-25
Vaibhav Nagarnaik
parse-events: Handle invalid opcode parsing gracefully
tree
|
commitdiff
2012-04-25
Julia Lawall
perf/events: Correct size given to memset
tree
|
commitdiff
2012-04-25
Tom Zanussi
perf/events: Add flag/symbol format_flags
tree
|
commitdiff
2012-04-25
Steven Rostedt
perf/events: Add flag to produce nsec output
tree
|
commitdiff
2012-04-25
Steven Rostedt
events: Update tools/lib/traceevent to work with perf
tree
|
commitdiff
2012-04-25
Steven Rostedt
tools/events: Add files to create libtraceevent.a
tree
|
commitdiff