summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* perf cgroup: Make the cgroup name be const char *Arnaldo Carvalho de Melo2018-03-072-11/+15
* perf cgroup: Add evlist__add_default_cgroup()Arnaldo Carvalho de Melo2018-03-072-0/+16
* perf cgroup: Add evlist__findnew_cgroup()Arnaldo Carvalho de Melo2018-03-072-7/+14
* perf sched: Move thread::shortname to thread_runtimeChangbin Du2018-03-071-1/+0
* perf cgroup: Introduce cgroup__new() out of open coded equivalentArnaldo Carvalho de Melo2018-03-071-10/+20
* perf cgroup: Introduce find_cgroup() methodArnaldo Carvalho de Melo2018-03-071-2/+10
* perf cgroup: Introduce cgroup__get()Arnaldo Carvalho de Melo2018-03-072-6/+11
* perf cgroup: Rename close_cgroup() to cgroup__put()Arnaldo Carvalho de Melo2018-03-073-5/+5
* perf cgroup: Introduce cgroup__delete()Arnaldo Carvalho de Melo2018-03-071-3/+8
* perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'Arnaldo Carvalho de Melo2018-03-073-7/+8
* perf cgroup: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2018-03-071-1/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2018-03-072-10/+14
|\
| * perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-061-4/+5
| * perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter2018-03-061-6/+9
| * perf record: Fix crash in pipe modeJiri Olsa2018-03-051-2/+6
* | perf mmap: Discard legacy interfaces for mmap read forwardKan Liang2018-03-053-48/+2
* | perf python: Switch to new perf_mmap__read_event() interfaceKan Liang2018-03-051-3/+9
* | perf record: Fix crash in pipe modeJiri Olsa2018-03-051-2/+6
* | perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo2018-03-052-17/+22
* | perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo2018-03-051-5/+15
* | perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo2018-03-051-0/+23
* | perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao2018-02-273-0/+5
* | perf cgroup: Simplify arguments when tracking multiple eventsweiping zhang2018-02-221-1/+16
* | perf tools: Add Python 3 supportJaroslav Škarvada2018-02-193-64/+184
* | perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim2018-02-191-1/+1
* | perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter2018-02-162-18/+30
* | perf trace powerpc: Use generated syscall tableRavi Bangoria2018-02-161-0/+8
* | perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-02-162-4/+1
* | perf inject: Emit instruction records on ETM trace discontinuityRobert Walker2018-02-163-23/+67
* | perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker2018-02-163-64/+436
* | perf tools: Use target->per_thread and target->system_wide flagsJin Yao2018-02-163-4/+23
* | perf cs-etm: Freeing allocated memoryMathieu Poirier2018-02-161-0/+6
* | perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa2018-02-161-11/+0
* | perf machine: Remove machine__load_kallsyms()Jiri Olsa2018-02-162-12/+4
* | perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-162-30/+26
* | perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa2018-02-161-6/+7
* | perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-165-49/+39
* | perf machine: Free root_dir in machine__init() error pathJiri Olsa2018-02-161-1/+7
* | perf symbols: Check if we read regular file in dso__load()Jiri Olsa2018-02-161-6/+4
* | perf stat: Add support to print counts after a period of timeyuzhoujian2018-02-161-0/+1
* | perf stat: Add support to print counts for fixed timesyuzhoujian2018-02-161-0/+1
* | perf tools: Fix comment for sort__* compare functionsJiri Olsa2018-02-161-2/+5
|/
* perf tools: Substitute yet another strtoull()Andy Shevchenko2018-02-151-22/+2
* perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-151-2/+4
* perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo2018-02-152-11/+15
* perf mmap: Discard legacy interface for mmap readKan Liang2018-02-152-49/+4
* perf mmap: Introduce perf_mmap__read_event()Kan Liang2018-02-152-0/+43
* perf mmap: Introduce perf_mmap__read_done()Kan Liang2018-02-152-0/+12
* perf mmap: Discard 'prev' in perf_mmap__read()Kan Liang2018-02-151-18/+10
* perf mmap: Add new return value logic for perf_mmap__read_init()Kan Liang2018-02-151-6/+6
OpenPOWER on IntegriCloud