summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose
2012-09-05perf tools: Fix intlist node removalSuzuki K. Poulose
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern
2012-09-05perf record: Remove use of die/exitDavid Ahern
2012-09-05perf script: Remove use of die/exitDavid Ahern
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter
2012-08-22perf report: Update event names from header descriptionRobert Richter
2012-08-22perf tools: Refactor print_event_desc()Robert Richter
2012-08-22perf tools: Catch event names from command lineRobert Richter
2012-08-22perf test: Do not abort tests on errorRobert Richter
2012-08-22perf tools: Fix 'No libunwind found' make warning messageJiri Olsa
2012-08-20perf hists: Rename and move some functionsNamhyung Kim
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim
2012-08-20perf tools: Fix include order for bison/flex-generated C filesBen Hutchings
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern
2012-08-20perf: silence GTK2 probing errorsDavid Ahern
2012-08-20perf script perl/python: Fix libexec scripts path in DocumentationDavid Ahern
2012-08-20perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim
2012-08-17perf tools: Rename global variable 'events' in util/header.cRobert Richter
2012-08-17perf tools: Rename some variables for better understandingRobert Richter
2012-08-17perf tools: Report number of pmu type of unknown eventsRobert Richter
2012-08-17perf tools: Fix type for evsel->ids and add size check for idsRobert Richter
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim
2012-08-17perf ui/gtk: Use helpline API in browserNamhyung Kim
2012-08-17perf ui gtk: Implement helpline_fnsNamhyung Kim
2012-08-16perf ui: Introduce struct ui_helplineNamhyung Kim
2012-08-16perf tools: Let O= makes handle relative pathsSteven Rostedt
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo
2012-08-14perf test: Add automated tests for event group parsingJiri Olsa
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa
2012-08-14perf tools: Add support to update event modifierJiri Olsa
2012-08-14perf tools: Add support to parse event group syntaxJiri Olsa