Age | Commit message (Expand) | Author | Files | Lines |
2016-03-11 | perf test: Remove 'core_id' check in topo test | Sukadev Bhattiprolu | 1 | -5/+0 |
2016-02-16 | perf tools: Add perf data cache feature | Jiri Olsa | 1 | -0/+270 |
2015-12-17 | perf tools: Introduce stat perf.data header feature | Jiri Olsa | 1 | -0/+14 |
2015-12-17 | perf tools: Add perf_event__fprintf_event_update function | Jiri Olsa | 1 | -0/+38 |
2015-12-17 | perf tools: Add event_update event cpus type | Jiri Olsa | 1 | -0/+42 |
2015-12-17 | perf tools: Add event_update event name type | Jiri Olsa | 1 | -0/+21 |
2015-12-17 | perf tools: Add event_update event scale type | Jiri Olsa | 1 | -0/+26 |
2015-12-17 | perf tools: Add event_update event unit type | Jiri Olsa | 1 | -0/+44 |
2015-12-17 | perf tools: Add event_update user level event | Jiri Olsa | 1 | -0/+20 |
2015-12-09 | perf tools: Fix write_numa_topology to put cpu_map instead of free | Masami Hiramatsu | 1 | -1/+1 |
2015-09-16 | Merge branch 'perf/urgent' into perf/core, to resolve a conflict | Ingo Molnar | 1 | -2/+2 |
2015-09-14 | perf machine: Add pointer to sample's environment | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2015-09-14 | perf env: Introduce read_cpu_topology_map() method | Arnaldo Carvalho de Melo | 1 | -16/+12 |
2015-09-14 | perf env: Read msr pmu type from header | Kan Liang | 1 | -0/+3 |
2015-09-14 | perf env: Adopt perf_header__set_cmdline | Arnaldo Carvalho de Melo | 1 | -39/+5 |
2015-09-13 | perf header: Fixup reading of HEADER_NRCPUS feature | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2015-09-02 | perf tools: Store the cpu socket and core ids in the perf.data header | Kan Liang | 1 | -5/+89 |
2015-08-28 | perf evlist: Add backpointer for perf_env to evlist | Kan Liang | 1 | -0/+1 |
2015-07-21 | perf header: Use argv style storage for cmdline feature data | Jiri Olsa | 1 | -15/+20 |
2015-06-25 | perf header: Delete an unnecessary check before the calling free_event_desc() | Markus Elfring | 1 | -2/+1 |
2015-06-08 | perf tools: Reference count struct dso | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2015-06-03 | perf tools: Deal with kernel module names in '[]' correctly | Wang Nan | 1 | -4/+4 |
2015-05-29 | perf machine: Introduce machine__findnew_dso() method | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 1 | -5/+1 |
2015-05-04 | perf tools: Add AUX area tracing index | Adrian Hunter | 1 | -4/+27 |
2015-04-29 | perf header: Add AUX area tracing feature | Adrian Hunter | 1 | -0/+14 |
2015-04-10 | perf tools: Fix cross-endian analysis | David Ahern | 1 | -1/+4 |
2015-04-08 | perf tools: Merge all perf_event_attr print functions | Peter Zijlstra | 1 | -22/+7 |
2015-04-08 | perf record: Add clockid parameter | Peter Zijlstra | 1 | -0/+3 |
2015-03-23 | perf tools: Remove compressed argument from is_kernel_module | Jiri Olsa | 1 | -1/+1 |
2015-01-29 | perf header: Set header version correctly | Namhyung Kim | 1 | -1/+1 |
2014-11-19 | perf build-id: Move disable_buildid_cache() to util/build-id.c | Namhyung Kim | 1 | -9/+1 |
2014-11-16 | perf tools: Add core support for sampling intr machine state regs | Stephane Eranian | 1 | -0/+1 |
2014-11-05 | perf tools: Fix build-id matching on vmlinux | Namhyung Kim | 1 | -1/+1 |
2014-11-05 | perf build-id: Move build-id related functions to util/build-id.c | Namhyung Kim | 1 | -336/+1 |
2014-11-05 | perf build-id: Rename dsos__write_buildid_table() | Namhyung Kim | 1 | -4/+2 |
2014-10-29 | perf tools: Ensure return negative value when write header error | Wang Nan | 1 | -2/+5 |
2014-10-29 | perf tools: Make CPUINFO_PROC an array to support different kernel versions | Wang Nan | 1 | -6/+21 |
2014-09-30 | perf symbols: Encapsulate dsos list head into struct dsos | Waiman Long | 1 | -14/+18 |
2014-07-23 | perf tools: Separate the VDSO map name from the VDSO dso name | Adrian Hunter | 1 | -5/+5 |
2014-07-23 | perf tools: Add dsos__hit_all() | Adrian Hunter | 1 | -0/+41 |
2014-01-20 | perf tools: Ensure sscanf does not overrun the "mem" field | Alan Cox | 1 | -1/+1 |
2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -10/+9 |
2013-12-27 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2013-12-27 | perf tools: Introduce zfree | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2013-12-26 | perf tools: No need to test against NULL before calling free() | Arnaldo Carvalho de Melo | 1 | -4/+2 |
2013-12-13 | perf header: Allow header->data_offset to be predetermined | Adrian Hunter | 1 | -1/+2 |
2013-12-10 | perf symbols: Constify dso->long_name | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2013-12-04 | perf tools: Add trace-event object | Jiri Olsa | 1 | -4/+4 |
2013-12-02 | perf tools: Use correct return type for readn function | Jiri Olsa | 1 | -9/+9 |