aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-27perf tools: Move branch option parsing to own fileAndi Kleen4-88/+100
2015-05-27perf annotation: Add symbol__get_annotationAndi Kleen1-7/+14
2015-05-27perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa1-1/+3
2015-05-27perf tools: Reference count struct mapArnaldo Carvalho de Melo6-12/+38
2015-05-27perf tools: Check if a map is still in use when deleting itArnaldo Carvalho de Melo3-8/+13
2015-05-27perf tools: Protect accesses the map rbtrees with a rw lockArnaldo Carvalho de Melo3-33/+108
2015-05-27perf tools: Introduce struct mapsArnaldo Carvalho de Melo6-38/+52
2015-05-27perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu1-4/+5
2015-05-27perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2-26/+24
2015-05-27perf tools: Disallow PMU events intel_pt and intel_bts until there is supportAdrian Hunter1-0/+4
2015-05-27perf sched: Add option to merge like comms to lat outputJosef Bacik1-5/+72
2015-05-27perf tools: Improve setting of gcc debug optionMartin Liska2-0/+21
2015-05-27perf tools: Assign default value for some pointersMartin Liška3-3/+3
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo5-40/+37
2015-05-27perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo1-3/+0
2015-05-27perf machine: Mark removed threads as suchArnaldo Carvalho de Melo1-2/+2
2015-05-27perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo1-0/+14
2015-05-27perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo2-24/+0
2015-05-27perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo1-2/+0
2015-05-27perf tools: Rename maps__nextArnaldo Carvalho de Melo2-3/+3
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim4-16/+50
2015-05-27perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim1-6/+0
2015-05-27perf tools: Fix dso__data_read_offset() file openingNamhyung Kim1-27/+32
2015-05-27perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo1-1/+1
2015-05-27perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo1-4/+9
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo1-8/+8
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim7-19/+22
2015-05-27perf session: Fix perf_session__peek_event()Adrian Hunter1-3/+3
2015-05-27perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter1-1/+1
2015-05-27perf tools: Fix parse_events_error dereferencesAdrian Hunter2-2/+6
2015-05-27perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2-8/+14
2015-05-27perf tools: Separate the tests and tools in installationNam T. Nguyen1-1/+5
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar9-45/+75
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo1-0/+1
2015-05-18tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan1-2/+2
2015-05-18tools lib traceevent: Install libtraceevent.a into libdirWang Nan1-7/+13
2015-05-18perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan1-0/+1
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim1-26/+72
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim1-7/+27
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim3-10/+27
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim2-9/+30
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim2-0/+44
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo4-6/+6
2015-05-18tools include: add __aligned_u64 to types.h.Wang Nan1-0/+4
2015-05-18perf probe: Load map before glob matchingWang Nan1-0/+3
2015-05-16Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-8/+0
2015-05-16Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-35/+69
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa1-2/+2
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa1-4/+4
2015-05-15perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2-8/+6