summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-05-27perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-05-27perf session: Fix perf_session__peek_event()Adrian Hunter
2015-05-27perf build: Fix libunwind feature detection on 32-bit x86Adrian Hunter
2015-05-27perf tools: Fix parse_events_error dereferencesAdrian Hunter
2015-05-27perf tools: Fix function declarations needed by parse-events.yAdrian Hunter
2015-05-27perf tools: Separate the tests and tools in installationNam T. Nguyen
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo
2015-05-18perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exitWang Nan
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo
2015-05-18perf probe: Load map before glob matchingWang Nan
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa
2015-05-15perf cgroup: Use atomic.h for refcountingArnaldo Carvalho de Melo
2015-05-15perf evlist: Use atomic.h for the perf_mmap refcountArnaldo Carvalho de Melo
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo
2015-05-14perf tools: Make flex/bison calls honour V=1Jiri Olsa
2015-05-14perf trace: Fix the build on older distrosArnaldo Carvalho de Melo
2015-05-14perf report: Fix some option handling on --stdioNamhyung Kim
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao
2015-05-12perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo
2015-05-12perf tests: Show refcounting broken expectations in thread-mg-share testArnaldo Carvalho de Melo
2015-05-12perf report: Do not restrict -T option by other optionsNamhyung Kim
2015-05-12perf tests: Fix to get negative exit codesHe Kuang
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-12perf trace: Removed duplicated NULL testHe Kuang
2015-05-12perf report: Force tty output if -T/--thread option is givenNamhyung Kim
2015-05-12perf tools: Document relation of per-thread event count featureNamhyung Kim
2015-05-12perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo