| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 2016-03-23 | 1 | -1/+1 |
* | perf tools: Add perf data cache feature | Jiri Olsa | 2016-02-16 | 1 | -0/+1 |
* | perf tools: Introduce stat perf.data header feature | Jiri Olsa | 2015-12-17 | 1 | -0/+1 |
* | perf tools: Add perf_event__fprintf_event_update function | Jiri Olsa | 2015-12-17 | 1 | -0/+1 |
* | perf tools: Add event_update event cpus type | Jiri Olsa | 2015-12-17 | 1 | -0/+3 |
* | perf tools: Add event_update event name type | Jiri Olsa | 2015-12-17 | 1 | -0/+3 |
* | perf tools: Add event_update event scale type | Jiri Olsa | 2015-12-17 | 1 | -0/+3 |
* | perf tools: Add event_update event unit type | Jiri Olsa | 2015-12-17 | 1 | -0/+3 |
* | perf tools: Add event_update user level event | Jiri Olsa | 2015-12-17 | 1 | -0/+3 |
* | perf env: Move perf_env out of header.h and session.c into separate object | Arnaldo Carvalho de Melo | 2015-09-14 | 1 | -32/+1 |
* | perf tools: Store the cpu socket and core ids in the perf.data header | Kan Liang | 2015-09-02 | 1 | -0/+6 |
* | perf tools: Rename perf_session_env to perf_env | Kan Liang | 2015-08-28 | 1 | -2/+2 |
* | perf header: Use argv style storage for cmdline feature data | Jiri Olsa | 2015-07-21 | 1 | -0/+1 |
* | perf header: Add AUX area tracing feature | Adrian Hunter | 2015-04-29 | 1 | -0/+1 |
* | perf build-id: Move build-id related functions to util/build-id.c | Namhyung Kim | 2014-11-05 | 1 | -5/+3 |
* | perf tools: Add dsos__hit_all() | Adrian Hunter | 2014-07-23 | 1 | -0/+2 |
* | tools: Consolidate types.h | Borislav Petkov | 2014-05-01 | 1 | -2/+2 |
* | perf header: Pack 'struct perf_session_env' | Arnaldo Carvalho de Melo | 2014-01-13 | 1 | -5/+5 |
* | perf header: Recognize version number for perf data file | Jiri Olsa | 2013-07-17 | 1 | -5/+11 |
* | perf header: Introduce feat_offset into perf_header | Jiri Olsa | 2013-07-17 | 1 | -0/+1 |
* | perf header: Remove attr_offset from perf_header | Jiri Olsa | 2013-07-17 | 1 | -1/+0 |
* | perf session: Use session->fd instead of passing fd as argument | Jiri Olsa | 2013-07-17 | 1 | -1/+1 |
* | perf tools: Remove event types framework completely | Jiri Olsa | 2013-07-15 | 1 | -13/+0 |
* | perf tools: Remove event types from perf data file | Jiri Olsa | 2013-07-15 | 1 | -2/+1 |
* | perf tools: Fix missing tool parameter | Adrian Hunter | 2013-07-12 | 1 | -2/+4 |
* | perf tools: Remove frozen from perf_header struct | Jiri Olsa | 2013-05-29 | 1 | -1/+0 |
* | perf header: Add HEADER_GROUP_DESC feature | Namhyung Kim | 2013-01-31 | 1 | -0/+2 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-12-08 | 1 | -1/+1 |
|\ |
|
| * | perf: Make perf build for x86 with UAPI disintegration applied | David Howells | 2012-11-19 | 1 | -1/+1 |
* | | perf header: Add is_perf_magic() func | Feng Tang | 2012-10-29 | 1 | -0/+1 |
|/ |
|
* | perf: Fix UAPI fallout | Ingo Molnar | 2012-10-14 | 1 | -1/+1 |
* | perf header: Remove perf_header__read_feature | Namhyung Kim | 2012-09-24 | 1 | -1/+0 |
* | perf header: Add struct perf_session_env | Namhyung Kim | 2012-09-24 | 1 | -0/+24 |
* | perf kvm: Events analysis tool | Xiao Guangrong | 2012-09-21 | 1 | -0/+1 |
* | perf tools: Back [vdso] DSO with real data | Jiri Olsa | 2012-09-11 | 1 | -1/+1 |
* | perf tools: Add pmu mappings to header information | Robert Richter | 2012-08-22 | 1 | -0/+1 |
* | perf tools: Fix type for evsel->ids and add size check for ids | Robert Richter | 2012-08-17 | 1 | -1/+1 |
* | perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA | Stephane Eranian | 2012-05-22 | 1 | -1/+1 |
* | perf record: Add HEADER_BRANCH_STACK tag | Stephane Eranian | 2012-03-09 | 1 | -1/+1 |
* | perf record: Make feature initialization generic | Robert Richter | 2012-02-02 | 1 | -0/+1 |
* | perf tools: Use for_each_set_bit() to iterate over feature flags | Robert Richter | 2011-12-23 | 1 | -3/+3 |
* | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -8/+8 |
* | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -10/+6 |
* | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -9/+18 |
* | perf event: perf_event_ops->attr() manipulates only an evlist | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -1/+1 |
* | perf tools: Make perf.data more self-descriptive (v8) | Stephane Eranian | 2011-10-07 | 1 | -2/+27 |
* | perf tools: Move evlist sample helpers to evlist area | Frederic Weisbecker | 2011-05-22 | 1 | -2/+0 |
* | perf header: Stop using 'self' | Arnaldo Carvalho de Melo | 2011-03-10 | 1 | -6/+6 |
* | perf session: Use evlist/evsel for managing perf.data attributes | Arnaldo Carvalho de Melo | 2011-03-10 | 1 | -28/+8 |
* | perf tools: Improve support for sessions with multiple events | Arnaldo Carvalho de Melo | 2011-03-06 | 1 | -2/+0 |