summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim
2012-09-14perf test: Fixup for the die() removalNamhyung Kim
2012-09-14perf probe: Add union member access supportHyeoncheol Lee
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo
2012-09-11perf sched: Remove unused thread parameterArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa
2012-09-11perf tools: Add memdup functionJiri Olsa
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea
2012-09-11perf tools: Add missing perf_regs.h file to MANIFESTArnaldo Carvalho de Melo
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings
2012-09-10tools/hv: Check for read/write errorsBen Hutchings
2012-09-10tools/hv: Fix exit() error codeBen Hutchings
2012-09-10tools/hv: Fix file handle leakBen Hutchings
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan
2012-09-10Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan
2012-09-10Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan
2012-09-10tools/usb: remove last USBFS userSebastian Andrzej Siewior
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo
2012-09-09perf sched: Remove die() callsArnaldo Carvalho de Melo
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim
2012-09-08perf hists: Handle field separator properlyNamhyung Kim
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea
2012-09-08perf tools: Fix build for another rbtree.c changeAdrian Hunter
2012-09-08perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea
2012-09-08tools lib traceevent: replace mempcpy with memcpyIrina Tirdea
2012-09-08perf tools: replace mkostemp with mkstempIrina Tirdea
2012-09-08perf tools: include missing pthread.h headerIrina Tirdea
2012-09-08perf tools: fix missing winsize definitionIrina Tirdea
2012-09-08perf tools: include basename for non-glibc systemsIrina Tirdea
2012-09-08perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa
2012-09-08perf diff: Make diff command work with evsel histsJiri Olsa