summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-12-1621-303/+550
|\
| * tools lib traceevent: Refactor pevent_filter_match() to get rid of die()Namhyung Kim2013-12-132-57/+99
| * tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errnoNamhyung Kim2013-12-132-59/+27
| * tools lib traceevent: Refactor process_filter()Namhyung Kim2013-12-132-28/+42
| * tools lib traceevent: Refactor create_arg_item()Namhyung Kim2013-12-132-11/+12
| * tools lib traceevent: Get rid of die() in reparent_op_arg()Namhyung Kim2013-12-132-35/+64
| * tools lib traceevent: Make add_left() return pevent_errnoNamhyung Kim2013-12-131-3/+3
| * tools lib traceevent: Get rid of die() in add_right()Namhyung Kim2013-12-132-16/+26
| * tools lib traceevent: Get rid of malloc_or_die() in find_event()Namhyung Kim2013-12-132-9/+22
| * tools lib traceevent: Get rid of malloc_or_die() in read_token()Namhyung Kim2013-12-131-1/+7
| * tools lib traceevent: Get rid of malloc_or_die() allocate_arg()Namhyung Kim2013-12-131-8/+40
| * tools lib traceevent: Get rid of die in add_filter_type()Namhyung Kim2013-12-131-5/+16
| * tools lib traceevent: Get rid of malloc_or_die() in show_error()Namhyung Kim2013-12-131-1/+15
| * perf completion: Complete 'perf kvm'Ramkumar Ramachandra2013-12-131-0/+4
| * perf evlist: Add perf_evlist__to_front()Adrian Hunter2013-12-132-0/+20
| * perf tools: Fix inverted error verification bug in thread__forkDavid Ahern2013-12-131-1/+1
| * perf tools: Move mem_bswap32/64 to util.cAdrian Hunter2013-12-134-23/+25
| * perf evlist: Add can_select_event() methodAdrian Hunter2013-12-132-0/+39
| * perf header: Allow header->data_offset to be predeterminedAdrian Hunter2013-12-131-1/+2
| * perf tools: Add perf_event_paranoid()Adrian Hunter2013-12-133-2/+21
| * tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-139-71/+93
* | Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-165-61/+219
|\ \ | |/ |/|
| * Merge tag 'usb-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-12-081-2/+3
| |\
| | * usb: tools: fix a regression issue that gcc can't link to pthreadHuang Rui2013-12-041-2/+3
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-023-11/+31
| |\ \
| * | | tools: cpupower: fix wrong err msg not supported vs not availableThomas Renninger2013-11-251-2/+2
| * | | tools: cpupower: Add cpupower-idle-set(1) manpageThomas Renninger2013-11-252-1/+73
| | |/ | |/|
| * | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-56/+141
| |\ \
| | * \ Merge branch 'pm-tools'Rafael J. Wysocki2013-11-191-56/+141
| | |\ \
| | | * | tools / power turbostat: Support SilvermontLen Brown2013-11-121-56/+141
* | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-12-1135-163/+375
|\ \ \ \ \
| * | | | | perf unwinding: Use the per-feature check flagsJean Pihet2013-12-102-26/+34
| * | | | | perf tools: Add per-feature check flagsJean Pihet2013-12-101-1/+1
| * | | | | perf symbols: Fix bug in usage of the basename() functionStephane Eranian2013-12-101-1/+22
| * | | | | perf symbols: Rename filename argumentArnaldo Carvalho de Melo2013-12-102-17/+17
| * | | | | perf symbols: Constify some DSO methods parametersArnaldo Carvalho de Melo2013-12-104-10/+9
| * | | | | perf symbols: Set freed members to NULL in dso destructorArnaldo Carvalho de Melo2013-12-101-2/+12
| * | | | | perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-106-14/+14
| * | | | | perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo2013-12-105-13/+16
| * | | | | perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-103-22/+14
| * | | | | perf symbols: Remove open coded management of short_name_allocated memberAdrian Hunter2013-12-103-9/+13
| * | | | | perf machine: Don't open code assign dso->short_nameArnaldo Carvalho de Melo2013-12-101-1/+1
| * | | | | perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo2013-12-104-9/+9
| * | | | | perf script: Add --header/--header-only optionsJiri Olsa2013-12-102-3/+16
| * | | | | perf report: Add --header/--header-only optionsJiri Olsa2013-12-102-3/+28
| * | | | | tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()Namhyung Kim2013-12-092-7/+16
| * | | | | tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_...Namhyung Kim2013-12-091-1/+7
| * | | | | tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim2013-12-091-2/+5
| * | | | | tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim2013-12-091-3/+13
| * | | | | tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim2013-12-091-1/+4
OpenPOWER on IntegriCloud