aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern1-2/+2
2012-09-05perf record: Remove use of die/exitDavid Ahern1-49/+109
2012-09-05perf script: Remove use of die/exitDavid Ahern1-19/+41
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern1-14/+34
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern1-3/+4
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern1-57/+124
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt1-2/+2
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan1-0/+23
2012-09-04Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan1-0/+13
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan1-4/+4
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan1-2/+1
2012-09-01tools: perf: Fix typo in tools/perfMasanari Iida3-3/+3
2012-09-01tools/testing: fix comment / output typosMasanari Iida3-5/+5
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman24-187/+498
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
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim2-22/+54
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim1-3/+3
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa1-1/+0
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter4-2/+129
2012-08-22perf report: Update event names from header descriptionRobert Richter1-1/+51
2012-08-22perf tools: Refactor print_event_desc()Robert Richter1-41/+93
2012-08-22perf tools: Catch event names from command lineRobert Richter5-18/+78
2012-08-22perf test: Do not abort tests on errorRobert Richter1-10/+14
2012-08-22perf tools: Fix 'No libunwind found' make warning messageJiri Olsa1-1/+1
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-20perf hists: Rename and move some functionsNamhyung Kim3-27/+32
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim4-661/+669
2012-08-20perf tools: Fix include order for bison/flex-generated C filesBen Hutchings1-2/+2
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern3-1/+5
2012-08-20perf: silence GTK2 probing errorsDavid Ahern1-3/+3
2012-08-20perf script perl/python: Fix libexec scripts path in DocumentationDavid Ahern2-7/+7
2012-08-20perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim1-0/+2
2012-08-17perf tools: Rename global variable 'events' in util/header.cRobert Richter1-20/+20
2012-08-17perf tools: Rename some variables for better understandingRobert Richter1-21/+21
2012-08-17perf tools: Report number of pmu type of unknown eventsRobert Richter1-1/+2
2012-08-17perf tools: Fix type for evsel->ids and add size check for idsRobert Richter3-6/+9
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim7-15/+57
2012-08-17perf ui/gtk: Use helpline API in browserNamhyung Kim1-1/+4
2012-08-17perf ui gtk: Implement helpline_fnsNamhyung Kim4-0/+34
2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan1-0/+68
2012-08-17Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan1-10/+36
2012-08-17Tools: hv: Gather subnet informationK. Y. Srinivasan1-2/+29
2012-08-17Tools: hv: Gather address family informationK. Y. Srinivasan1-0/+11
2012-08-17Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan1-52/+42
2012-08-17Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan1-45/+84
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan1-33/+33