Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
85953876
Commit
85953876
authored
Jan 16, 2006
by
Tony Luck
Browse files
Options
Browse Files
Download
Plain Diff
Pull perfmon-montecito into release branch
parents
53493dcf
9179cb65
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
273 additions
and
2 deletions
+273
-2
arch/ia64/kernel/perfmon.c
arch/ia64/kernel/perfmon.c
+2
-0
arch/ia64/kernel/perfmon_montecito.h
arch/ia64/kernel/perfmon_montecito.h
+269
-0
include/asm-ia64/processor.h
include/asm-ia64/processor.h
+2
-2
No files found.
arch/ia64/kernel/perfmon.c
View file @
85953876
...
...
@@ -628,9 +628,11 @@ static int pfm_write_ibr_dbr(int mode, pfm_context_t *ctx, void *arg, int count,
#include "perfmon_itanium.h"
#include "perfmon_mckinley.h"
#include "perfmon_montecito.h"
#include "perfmon_generic.h"
static
pmu_config_t
*
pmu_confs
[]
=
{
&
pmu_conf_mont
,
&
pmu_conf_mck
,
&
pmu_conf_ita
,
&
pmu_conf_gen
,
/* must be last */
...
...
arch/ia64/kernel/perfmon_montecito.h
0 → 100644
View file @
85953876
This diff is collapsed.
Click to expand it.
include/asm-ia64/processor.h
View file @
85953876
...
...
@@ -25,8 +25,8 @@
* Limits for PMC and PMD are set to less than maximum architected values
* but should be sufficient for a while
*/
#define IA64_NUM_PMC_REGS
32
#define IA64_NUM_PMD_REGS
32
#define IA64_NUM_PMC_REGS
64
#define IA64_NUM_PMD_REGS
64
#define DEFAULT_MAP_BASE __IA64_UL_CONST(0x2000000000000000)
#define DEFAULT_TASK_SIZE __IA64_UL_CONST(0xa000000000000000)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment