summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-286-38/+52
* perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu2015-05-271-4/+5
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-272-26/+24Star
* perf tools: Disallow PMU events intel_pt and intel_bts until there is supportAdrian Hunter2015-05-271-0/+4
* perf sched: Add option to merge like comms to lat outputJosef Bacik2015-05-271-5/+72
* perf tools: Improve setting of gcc debug optionMartin Liska2015-05-272-0/+21
* perf tools: Assign default value for some pointersMartin Liška2015-05-273-3/+3
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-275-40/+37Star
* perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo2015-05-271-3/+0Star
* perf machine: Mark removed threads as suchArnaldo Carvalho de Melo2015-05-271-2/+2
* perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo2015-05-271-0/+14
* perf tools: Nuke unused map_groups__flush()Arnaldo Carvalho de Melo2015-05-272-24/+0Star
* perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo2015-05-271-2/+0Star
* perf tools: Rename maps__nextArnaldo Carvalho de Melo2015-05-272-3/+3
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-274-16/+50
* perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim2015-05-271-6/+0Star
* perf tools: Fix dso__data_read_offset() file openingNamhyung Kim2015-05-271-27/+32
* perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo2015-05-271-1/+1
* perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-271-4/+9
* perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo2015-05-271-8/+8
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-277-19/+22
* perf session: Fix perf_session__peek_event()Adrian Hunter2015-05-271-3/+3
* perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter2015-05-271-1/+1
* perf tools: Fix parse_events_error dereferencesAdrian Hunter2015-05-272-2/+6
* perf tools: Fix function declarations needed by parse-events.yAdrian Hunter2015-05-272-8/+14
* perf tools: Separate the tests and tools in installationNam T. Nguyen2015-05-271-1/+5
* perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo2015-05-181-0/+1
* perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan2015-05-181-0/+1
* perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-181-26/+72
* perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-181-7/+27
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-183-10/+27
* perf tools: Introduce copyfile_offset() functionNamhyung Kim2015-05-182-9/+30
* perf tools: Add rm_rf() utility functionNamhyung Kim2015-05-182-0/+44
* perf tools: Elliminate alignment holesArnaldo Carvalho de Melo2015-05-184-6/+6
* perf probe: Load map before glob matchingWang Nan2015-05-181-0/+3
* perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa2015-05-151-2/+2
* perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa2015-05-151-4/+4
* perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-152-8/+6Star
* perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo2015-05-152-7/+8
* perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo2015-05-151-1/+1
* perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo2015-05-153-10/+12
* perf tools: Make flex/bison calls honour V=1Jiri Olsa2015-05-151-4/+4
* perf trace: Fix the build on older distrosArnaldo Carvalho de Melo2015-05-151-1/+28
* perf report: Fix some option handling on --stdioNamhyung Kim2015-05-143-7/+0Star
* perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-143-3/+50
* perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo2015-05-121-5/+12
* perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo2015-05-121-4/+4
* perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo2015-05-122-6/+15
* perf report: Do not restrict -T option by other optionsNamhyung Kim2015-05-121-7/+6Star
* perf tests: Fix to get negative exit codesHe Kuang2015-05-121-1/+1